summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/registry.test
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/simpletest/tests/registry.test
parentbeadf384f1cd680fa18e7a12a634a3fb7646ffe6 (diff)
downloadbrdo-735e1d904ff44d6072c1d19edcd12cfc6ef6b3a6.tar.gz
brdo-735e1d904ff44d6072c1d19edcd12cfc6ef6b3a6.tar.bz2
#500866 by boombatower: Remove t() from getInfo in tests.
Diffstat (limited to 'modules/simpletest/tests/registry.test')
-rw-r--r--modules/simpletest/tests/registry.test18
1 files changed, 9 insertions, 9 deletions
diff --git a/modules/simpletest/tests/registry.test b/modules/simpletest/tests/registry.test
index 97608bf8b..3592ed13b 100644
--- a/modules/simpletest/tests/registry.test
+++ b/modules/simpletest/tests/registry.test
@@ -4,9 +4,9 @@
class RegistryParseFileTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
- 'name' => t('Registry parse file test'),
- 'description' => t('Parse a simple file and check that its resources are saved to the database.'),
- 'group' => t('System')
+ 'name' => 'Registry parse file test',
+ 'description' => 'Parse a simple file and check that its resources are saved to the database.',
+ 'group' => 'System'
);
}
@@ -53,9 +53,9 @@ class RegistryParseFilesTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
- 'name' => t('Registry parse files test'),
- 'description' => t('Read two a simple files from disc, and check that their resources are saved to the database.'),
- 'group' => t('System')
+ 'name' => 'Registry parse files test',
+ 'description' => 'Read two a simple files from disc, and check that their resources are saved to the database.',
+ 'group' => 'System'
);
}
@@ -149,9 +149,9 @@ CONTENTS;
class RegistrySkipBodyTestCase extends DrupalUnitTestCase {
public static function getInfo() {
return array(
- 'name' => t('Skip function body test'),
- 'description' => t('Tokenize a simple function and check that the body is skipped right'),
- 'group' => t('System'),
+ 'name' => 'Skip function body test',
+ 'description' => 'Tokenize a simple function and check that the body is skipped right',
+ 'group' => 'System',
);
}