diff --git a/tests/ReportControllerTest.php b/tests/ReportControllerTest.php index cd610d8e..3f5267ab 100644 --- a/tests/ReportControllerTest.php +++ b/tests/ReportControllerTest.php @@ -5,11 +5,11 @@ namespace Tests; use App\Models\User; use App\Models\Report; use App\Models\Texture; -use Illuminate\Foundation\Testing\RefreshDatabase; +use Illuminate\Foundation\Testing\DatabaseTransactions; class ReportControllerTest extends TestCase { - use RefreshDatabase; + use DatabaseTransactions; public function testSubmit() {