Browse Source

rename trait

Taylor Otwell 7 years ago
parent
commit
c989b23f36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Feature/ExampleTest.php

+ 1 - 1
tests/Feature/ExampleTest.php

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