diff --git a/core/modules/system/src/Tests/Path/AliasTest.php b/core/modules/system/src/Tests/Path/AliasTest.php index d118b2e62b5b494b7eced8667e9f873ec22a15c4..0e99995bf94b4c645c50f52ecfb69d5b8e91f09d 100644 --- a/core/modules/system/src/Tests/Path/AliasTest.php +++ b/core/modules/system/src/Tests/Path/AliasTest.php @@ -20,9 +20,9 @@ class AliasTest extends PathUnitTestBase { public static function getInfo() { return array( - 'name' => t('Path Alias Unit Tests'), - 'description' => t('Tests path alias CRUD and lookup functionality.'), - 'group' => t('Path API'), + 'name' => 'Path Alias Unit Tests', + 'description' => 'Tests path alias CRUD and lookup functionality.', + 'group' => 'Path API', ); } diff --git a/core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php b/core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php index 49244084db68b0320aa98bfbbf1ed5a564b880fd..480297bd5e28b397659db56407bf60b8fd8d8af8 100644 --- a/core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php +++ b/core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php @@ -23,9 +23,9 @@ class UrlAlterFunctionalTest extends WebTestBase { public static function getInfo() { return array( - 'name' => t('URL altering'), - 'description' => t('Tests altering the inbound path and the outbound path.'), - 'group' => t('Path API'), + 'name' => 'URL altering', + 'description' => 'Tests altering the inbound path and the outbound path.', + 'group' => 'Path API', ); } diff --git a/core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php b/core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php index 07cdacf305e3ae855582e5d05adaec1f9f471960..6fa2e4e81560d648eaeda4a568f2473f73827c22 100644 --- a/core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php +++ b/core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php @@ -21,9 +21,9 @@ class UrlHelperTest extends UnitTestCase { public static function getInfo() { return array( - 'name' => t('UrlHelper Tests'), - 'description' => t('Tests the UrlHelper utility class.'), - 'group' => t('Path API'), + 'name' => 'UrlHelper Tests', + 'description' => 'Tests the UrlHelper utility class.', + 'group' => 'Path API', ); } diff --git a/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorAliasTest.php b/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorAliasTest.php index d810d1c7e5bf115775eef5939380eac8ab3d7c1a..b02a96701eb82cf4c570e46b146fea2912ca0114 100644 --- a/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorAliasTest.php +++ b/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorAliasTest.php @@ -36,9 +36,9 @@ class PathProcessorAliasTest extends UnitTestCase { public static function getInfo() { return array( - 'name' => t('Path Processor alias'), - 'description' => t('Tests the path alias path processor.'), - 'group' => t('Path API'), + 'name' => 'Path Processor alias', + 'description' => 'Tests the path alias path processor.', + 'group' => 'Path API', ); } diff --git a/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php b/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php index f58edc55006f299850ba3d66388ca84928759afb..14a3c1ef1b66c7fa9627f731a55e54b8f30b3e73 100644 --- a/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php +++ b/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php @@ -31,9 +31,9 @@ class PathProcessorTest extends UnitTestCase { public static function getInfo() { return array( - 'name' => t('Path Processor Unit Tests'), - 'description' => t('Tests processing of the inbound path.'), - 'group' => t('Path API'), + 'name' => 'Path Processor Unit Tests', + 'description' => 'Tests processing of the inbound path.', + 'group' => 'Path API', ); }