update example test
This commit is contained in:
parent
67a8a11570
commit
a536402228
|
@ -3,12 +3,12 @@
|
|||
namespace Tests\Feature;
|
||||
|
||||
use Tests\TestCase;
|
||||
use Illuminate\Foundation\Testing\WithoutMiddleware;
|
||||
use Illuminate\Foundation\Testing\DatabaseMigrations;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
use Illuminate\Foundation\Testing\FreshDatabase;
|
||||
|
||||
class ExampleTest extends TestCase
|
||||
{
|
||||
use FreshDatabase;
|
||||
|
||||
/**
|
||||
* A basic test example.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue