remove db migration in unit tests

This commit is contained in:
Bubka 2019-05-23 17:29:11 +02:00
parent 507f2677dd
commit 67288ab815

View File

@ -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
*