diff options
Diffstat (limited to 'modules/simpletest/tests/common.test')
-rw-r--r-- | modules/simpletest/tests/common.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/simpletest/tests/common.test b/modules/simpletest/tests/common.test index 2ad58a10a..d32369441 100644 --- a/modules/simpletest/tests/common.test +++ b/modules/simpletest/tests/common.test @@ -1324,9 +1324,9 @@ class FormatDateUnitTest extends DrupalWebTestCase { class DrupalAttributesUnitTest extends DrupalUnitTestCase { public static function getInfo() { return array( - 'name' => t('HTML Attributes'), - 'description' => t('Perform unit tests on the drupal_attributes() function.'), - 'group' => t('System') + 'name' => 'HTML Attributes', + 'description' => 'Perform unit tests on the drupal_attributes() function.', + 'group' => 'System', ); } |