Skip to content

Commit

Permalink
Add mailer expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
bpedroza committed Aug 17, 2020
1 parent 399aeef commit a153918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LaravelMailAssertions/MakesMailAssertions.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,6 @@ private function mockMailFacade()
});

Mail::shouldReceive('failures');
Mail::shouldReceive('mailer')->andReturn($this->getEmailSender());
}
}

0 comments on commit a153918

Please sign in to comment.