PDF tests
This commit is contained in:
parent
ecc4975e5c
commit
3f675bfd2a
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
namespace Tests\Pdf;
|
||||
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
use Spatie\Browsershot\Browsershot;
|
||||
use Tests\TestCase;
|
||||
|
||||
|
|
@ -29,5 +30,7 @@ class PdfGenerationTest extends TestCase
|
|||
|
||||
$this->assertTrue(file_exists($pdf));
|
||||
|
||||
unlink($pdf);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue