Skip to content

Commit

Permalink
Merge pull request #5 from bpedroza/laravel-7
Browse files Browse the repository at this point in the history
Add mailer expectation
  • Loading branch information
bpedroza authored Aug 17, 2020
2 parents 2b9e773 + a153918 commit 90076b9
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 90076b9

Please sign in to comment.