From 48056da448bffd2e40bbbd9584402465c63bf992 Mon Sep 17 00:00:00 2001 From: xjm Date: Thu, 26 Jan 2023 16:08:00 -0600 Subject: [PATCH] Issue #2574981 followup by xjm: Fix 'TTests'. --- core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php b/core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php index 61262997dcc..2b540e3980f 100644 --- a/core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php +++ b/core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php @@ -636,7 +636,7 @@ class UrlHelperTest extends TestCase { } /** - * TTests invalid URL arguments. + * Tests invalid URL arguments. * * @param string $url * The URL to test.