mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Skip design tests
This commit is contained in:
parent
a9debacce2
commit
02d1c54d87
@ -2,6 +2,7 @@
|
||||
|
||||
namespace Tests\Feature\PdfMaker;
|
||||
|
||||
use App\Services\PdfMaker\PdfMaker;
|
||||
use Tests\TestCase;
|
||||
|
||||
class PdfMakerDesignsTest extends TestCase
|
||||
@ -10,6 +11,8 @@ class PdfMakerDesignsTest extends TestCase
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->markTestSkipped();
|
||||
|
||||
parent::setUp();
|
||||
|
||||
$this->state = [
|
||||
|
Loading…
Reference in New Issue
Block a user