diff options
Diffstat (limited to 'modules/path')
-rw-r--r-- | modules/path/path.test | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/path/path.test b/modules/path/path.test index 628730117..5de87173b 100644 --- a/modules/path/path.test +++ b/modules/path/path.test @@ -9,9 +9,9 @@ class PathTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Path alias functionality'), - 'description' => t('Add, edit, delete, and change alias and verify its consistency in the database.'), - 'group' => t('Path'), + 'name' => 'Path alias functionality', + 'description' => 'Add, edit, delete, and change alias and verify its consistency in the database.', + 'group' => 'Path', ); } @@ -159,9 +159,9 @@ class PathTestCase extends DrupalWebTestCase { class PathLanguageTestCase extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('Path aliases with translated nodes'), - 'description' => t('Confirm that paths work with translated nodes'), - 'group' => t('Path'), + 'name' => 'Path aliases with translated nodes', + 'description' => 'Confirm that paths work with translated nodes', + 'group' => 'Path', ); } |