mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-03-15 07:28:30 +01:00
remove db migration in unit tests
This commit is contained in:
parent
507f2677dd
commit
67288ab815
@ -4,15 +4,11 @@
|
||||
|
||||
use Tests\TestCase;
|
||||
use Illuminate\Foundation\Testing\WithFaker;
|
||||
use Illuminate\Foundation\Testing\DatabaseMigrations;
|
||||
use Illuminate\Auth\Authenticatable;
|
||||
|
||||
class APITest extends TestCase
|
||||
{
|
||||
|
||||
use DatabaseMigrations;
|
||||
|
||||
|
||||
/**
|
||||
* test User creation via API
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user