mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
PDF tests
This commit is contained in:
parent
ecc4975e5c
commit
3f675bfd2a
@ -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…
x
Reference in New Issue
Block a user