$message=format_plural($emailCount,t('!count e-mail was sent during this test.'),t('!count e-mails were sent during this test.'),array('!count'=>$emailCount));
$this->pass($message,t('E-mail'));
...
...
@@ -1918,7 +1917,7 @@ protected function drupalGetContent() {
* An array containing e-mail messages captured during the current test.