Merge pull request #4373 from marcusmoore/patch-2

update example unit test to use RefreshDatabase trait
This commit is contained in:
Taylor Otwell 2017-08-12 20:43:56 -05:00 committed by GitHub
commit 58ed5459b1

View File

@ -3,8 +3,7 @@
namespace Tests\Unit;
use Tests\TestCase;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Illuminate\Foundation\Testing\RefreshDatabase;
class ExampleTest extends TestCase
{