diff options
Diffstat (limited to 'modules/simpletest/simpletest.test')
-rw-r--r-- | modules/simpletest/simpletest.test | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/modules/simpletest/simpletest.test b/modules/simpletest/simpletest.test index a26dce0d4..e28b68430 100644 --- a/modules/simpletest/simpletest.test +++ b/modules/simpletest/simpletest.test @@ -15,12 +15,12 @@ class SimpleTestFunctionalTest extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('SimpleTest functionality'), - 'description' => t('Test SimpleTest\'s web interface: check that the intended tests were + 'name' => 'SimpleTest functionality', + 'description' => 'Test SimpleTest\'s web interface: check that the intended tests were run and ensure that test reports display the intended results. Also test SimpleTest\'s internal browser and API\'s both explicitly and - implicitly.'), - 'group' => t('SimpleTest') + implicitly.', + 'group' => 'SimpleTest' ); } @@ -270,9 +270,9 @@ class SimpleTestMailCaptureTestCase extends DrupalWebTestCase { */ public static function getInfo() { return array( - 'name' => t('SimpleTest e-mail capturing'), - 'description' => t('Test the SimpleTest e-mail capturing logic, the assertMail assertion and the drupalGetMails function.'), - 'group' => t('SimpleTest'), + 'name' => 'SimpleTest e-mail capturing', + 'description' => 'Test the SimpleTest e-mail capturing logic, the assertMail assertion and the drupalGetMails function.', + 'group' => 'SimpleTest', ); } |