1
0
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:
Benjamin Beganović 2020-07-22 14:36:53 +02:00
parent a9debacce2
commit 02d1c54d87

View File

@ -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 = [