kirschbaum-development / mail-intercept

A testing package for intercepting mail sent from Laravel
MIT License
107 stars 7 forks source link

Assertable message updates #11

Closed brandonferens closed 2 years ago

brandonferens commented 2 years ago

This adds some better coverage in the assertions for type-hinting both Email and AssertableMessage classes. Thanks to @amsoell for pointing this out and creating and initial PR (#10) for this fix.