summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/theme.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/theme.test')
-rw-r--r--modules/simpletest/tests/theme.test12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/simpletest/tests/theme.test b/modules/simpletest/tests/theme.test
index a6b2e8ca1..6a79e4b4c 100644
--- a/modules/simpletest/tests/theme.test
+++ b/modules/simpletest/tests/theme.test
@@ -12,9 +12,9 @@
class TemplateUnitTest extends DrupalWebTestCase {
public static function getInfo() {
return array(
- 'name' => t('Theme API'),
- 'description' => t('Test low-level theme template functions.'),
- 'group' => t('Theme'),
+ 'name' => 'Theme API',
+ 'description' => 'Test low-level theme template functions.',
+ 'group' => 'Theme',
);
}
@@ -58,9 +58,9 @@ class TemplateUnitTest extends DrupalWebTestCase {
class ThemeTableUnitTest extends DrupalWebTestCase {
public static function getInfo() {
return array(
- 'name' => t('Theme Table'),
- 'description' => t('Tests built-in theme functions.'),
- 'group' => t('Theme'),
+ 'name' => 'Theme Table',
+ 'description' => 'Tests built-in theme functions.',
+ 'group' => 'Theme',
);
}