Fix mock naming and strings in integration tests
[MAILPOET-1796]
This commit is contained in:
@@ -98,7 +98,7 @@ class SendGridTest extends \MailPoetTest {
|
||||
$blacklist = Stub::make(new BlacklistCheck(), ['isBlacklisted' => true], $this);
|
||||
$mailer = Stub::make(
|
||||
$this->mailer,
|
||||
['blacklist' => $blacklist, 'error_mapper' => new SendGridMapper()],
|
||||
['blacklist' => $blacklist, 'errorMapper' => new SendGridMapper()],
|
||||
$this
|
||||
);
|
||||
$result = $mailer->send(
|
||||
|
Reference in New Issue
Block a user