rename trait

This commit is contained in:
Taylor Otwell 2017-04-11 18:37:49 -05:00
parent 8f6a4897a2
commit c989b23f36
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
namespace Tests\Feature; namespace Tests\Feature;
use Tests\TestCase; use Tests\TestCase;
use Illuminate\Foundation\Testing\FreshDatabase; use Illuminate\Foundation\Testing\RefreshDatabase;
class ExampleTest extends TestCase class ExampleTest extends TestCase
{ {