According to the Laravel doc https://laravel.com/docs/5.8/mail#inline-attachments Laravel automatically add the message variable inside the template.
But while testing it, phpunit will fail with the next error
In fact it works fine for the real email send

According to the Laravel doc https://laravel.com/docs/5.8/mail#inline-attachments Laravel automatically add the
messagevariable inside the template.But while testing it, phpunit will fail with the next error
In fact it works fine for the real email send