1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

PDF tests

This commit is contained in:
David Bomba 2019-05-04 13:17:44 +10:00
parent ecc4975e5c
commit 3f675bfd2a

View File

@ -2,6 +2,7 @@
namespace Tests\Pdf; namespace Tests\Pdf;
use Illuminate\Support\Facades\Storage;
use Spatie\Browsershot\Browsershot; use Spatie\Browsershot\Browsershot;
use Tests\TestCase; use Tests\TestCase;
@ -29,5 +30,7 @@ class PdfGenerationTest extends TestCase
$this->assertTrue(file_exists($pdf)); $this->assertTrue(file_exists($pdf));
unlink($pdf);
} }
} }