scaffold test & tailwindcss

This commit is contained in:
Benjamin Beganović 2020-07-15 14:27:52 +02:00
parent 0ff8b68fbe
commit f25bfbc8ef
3 changed files with 33 additions and 0 deletions

1
public/css/tailwindcss@1.4.6.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,31 @@
<?php
namespace Tests\Feature\PdfMaker;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Foundation\Testing\WithFaker;
use Tests\TestCase;
class PdfMakerDesignsTest extends TestCase
{
public $state = [];
public function setUp(): void
{
parent::setUp();
$this->state = [
'variables' => [
'$css' => asset('css/tailwindcss@1.4.6.css'),
],
];
}
public function testBusiness()
{
$state = [
'template' => [],
'variables' => $this->state['variables'],
];
}
}

View File

@ -0,0 +1 @@
php a