There was an error while loading. Please reload this page.
1 parent 5c9759c commit 3279d53Copy full SHA for 3279d53
tests/Unit/_aCoreUITest.php
@@ -5,10 +5,13 @@
5
use Tests\TestCase;
6
use Illuminate\Foundation\Testing\WithFaker;
7
use Illuminate\Foundation\Testing\RefreshDatabase;
8
+use Illuminate\Foundation\Testing\DatabaseMigrations;
9
use Spatie\Permission\Models\Role;
10
11
class _aCoreUITest extends TestCase
12
{
13
+ use DatabaseMigrations;
14
+
15
public function setUp() :void {
16
parent::setUp();
17
}
0 commit comments