summaryrefslogtreecommitdiff
path: root/modules/path
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-07-13 21:51:42 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-07-13 21:51:42 +0000
commit735e1d904ff44d6072c1d19edcd12cfc6ef6b3a6 (patch)
treea1ad04877c8efe0b752e299059a424c13de69c3f /modules/path
parentbeadf384f1cd680fa18e7a12a634a3fb7646ffe6 (diff)
downloadbrdo-735e1d904ff44d6072c1d19edcd12cfc6ef6b3a6.tar.gz
brdo-735e1d904ff44d6072c1d19edcd12cfc6ef6b3a6.tar.bz2
#500866 by boombatower: Remove t() from getInfo in tests.
Diffstat (limited to 'modules/path')
-rw-r--r--modules/path/path.test12
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',
);
}