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; namespace Tests\Feature\PdfMaker;
use App\Services\PdfMaker\PdfMaker;
use Tests\TestCase; use Tests\TestCase;
class PdfMakerDesignsTest extends TestCase class PdfMakerDesignsTest extends TestCase
@ -10,6 +11,8 @@ class PdfMakerDesignsTest extends TestCase
public function setUp(): void public function setUp(): void
{ {
$this->markTestSkipped();
parent::setUp(); parent::setUp();
$this->state = [ $this->state = [