We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399aeef commit a153918Copy full SHA for a153918
src/LaravelMailAssertions/MakesMailAssertions.php
@@ -197,5 +197,6 @@ private function mockMailFacade()
197
});
198
199
Mail::shouldReceive('failures');
200
+ Mail::shouldReceive('mailer')->andReturn($this->getEmailSender());
201
}
202
0 commit comments