Skip to content

Commit 70d5c65

Browse files
author
Gustavo Nieves
authored
Fix little Typo
1 parent 80b7c32 commit 70d5c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Symfony.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ public function seeEmailIsSent($expectedCount = null)
506506
if (!$profile->hasCollector('mailer')) {
507507
$this->fail(
508508
'Emails can\'t be tested without Symfony Mailer connector.
509-
If you are using Symfony Mailer define mailer: "swiftmailer" in Symfony module config.'
509+
If you are using SwiftMailer define mailer: "swiftmailer" in Symfony module config.'
510510
);
511511
}
512512
break;

0 commit comments

Comments
 (0)