Level 104
Take a look at the package's own tests; they cover what you are looking for albeit not adapted to your application's endpoint(s).
https://github.com/barryvdh/laravel-dompdf/blob/master/tests/PdfTest.php
I generated pdf and download it by using barryvdh/laravel-dompdf package and I want to ceate unit test for this function
any help please
i found this solution https://github.com/barryvdh/laravel-dompdf/issues/656
Please or to participate in this conversation.