mailer-test icon indicating copy to clipboard operation
mailer-test copied to clipboard

feat: add html assertions

Open kbond opened this issue 2 years ago • 0 comments
trafficstars

Adds fluent email html assertions:

$this->mailer()->sentEmails()->last()
    ->html()
        ->containsIn('h1', 'some title')
        ->containsIn('p', 'some text')
;

TODO:

  • [ ] use 1.0 zenstruck/assert-html

kbond avatar Apr 05 '23 18:04 kbond