Skip to content
Snippets Groups Projects
Commit eaa62b5b authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2278453 by sun, ParisLiakos: Remove t() from a few test getInfo() methods

parent 1167235b
No related branches found
No related tags found
No related merge requests found
...@@ -20,9 +20,9 @@ class AliasTest extends PathUnitTestBase { ...@@ -20,9 +20,9 @@ class AliasTest extends PathUnitTestBase {
public static function getInfo() { public static function getInfo() {
return array( return array(
'name' => t('Path Alias Unit Tests'), 'name' => 'Path Alias Unit Tests',
'description' => t('Tests path alias CRUD and lookup functionality.'), 'description' => 'Tests path alias CRUD and lookup functionality.',
'group' => t('Path API'), 'group' => 'Path API',
); );
} }
......
...@@ -23,9 +23,9 @@ class UrlAlterFunctionalTest extends WebTestBase { ...@@ -23,9 +23,9 @@ class UrlAlterFunctionalTest extends WebTestBase {
public static function getInfo() { public static function getInfo() {
return array( return array(
'name' => t('URL altering'), 'name' => 'URL altering',
'description' => t('Tests altering the inbound path and the outbound path.'), 'description' => 'Tests altering the inbound path and the outbound path.',
'group' => t('Path API'), 'group' => 'Path API',
); );
} }
......
...@@ -21,9 +21,9 @@ class UrlHelperTest extends UnitTestCase { ...@@ -21,9 +21,9 @@ class UrlHelperTest extends UnitTestCase {
public static function getInfo() { public static function getInfo() {
return array( return array(
'name' => t('UrlHelper Tests'), 'name' => 'UrlHelper Tests',
'description' => t('Tests the UrlHelper utility class.'), 'description' => 'Tests the UrlHelper utility class.',
'group' => t('Path API'), 'group' => 'Path API',
); );
} }
......
...@@ -36,9 +36,9 @@ class PathProcessorAliasTest extends UnitTestCase { ...@@ -36,9 +36,9 @@ class PathProcessorAliasTest extends UnitTestCase {
public static function getInfo() { public static function getInfo() {
return array( return array(
'name' => t('Path Processor alias'), 'name' => 'Path Processor alias',
'description' => t('Tests the path alias path processor.'), 'description' => 'Tests the path alias path processor.',
'group' => t('Path API'), 'group' => 'Path API',
); );
} }
......
...@@ -31,9 +31,9 @@ class PathProcessorTest extends UnitTestCase { ...@@ -31,9 +31,9 @@ class PathProcessorTest extends UnitTestCase {
public static function getInfo() { public static function getInfo() {
return array( return array(
'name' => t('Path Processor Unit Tests'), 'name' => 'Path Processor Unit Tests',
'description' => t('Tests processing of the inbound path.'), 'description' => 'Tests processing of the inbound path.',
'group' => t('Path API'), 'group' => 'Path API',
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment