summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/error.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/error.test')
-rw-r--r--modules/simpletest/tests/error.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/simpletest/tests/error.test b/modules/simpletest/tests/error.test
index b98c38cc8..2be62f327 100644
--- a/modules/simpletest/tests/error.test
+++ b/modules/simpletest/tests/error.test
@@ -7,9 +7,9 @@
class DrupalErrorHandlerUnitTest extends DrupalWebTestCase {
public static function getInfo() {
return array(
- 'name' => t('Drupal error handlers'),
- 'description' => t('Performs tests on the Drupal error and exception handler.'),
- 'group' => t('System'),
+ 'name' => 'Drupal error handlers',
+ 'description' => 'Performs tests on the Drupal error and exception handler.',
+ 'group' => 'System',
);
}