diff options
Diffstat (limited to 'modules/simpletest/simpletest.test')
-rw-r--r-- | modules/simpletest/simpletest.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/simpletest/simpletest.test b/modules/simpletest/simpletest.test index af5c3f152..227aa13e7 100644 --- a/modules/simpletest/simpletest.test +++ b/modules/simpletest/simpletest.test @@ -266,7 +266,7 @@ class SimpleTestFunctionalTest extends DrupalWebTestCase { class SimpleTestMailCaptureTestCase extends DrupalWebTestCase { /** - * Implementation of getInfo(). + * Implement getInfo(). */ public static function getInfo() { return array( @@ -338,4 +338,4 @@ class SimpleTestMailCaptureTestCase extends DrupalWebTestCase { $captured_emails = $this->drupalGetMails(array('id' => 'drupal_mail_test_4')); $this->assertEqual(count($captured_emails), 2, t('All e-mails with the same id are returned when filtering by id.'), t('E-mail')); } -}
\ No newline at end of file +} |