Revert "Uses LazilyRefreshDatabase by default (#5696)" (#5700)

This reverts commit 4578193d52.
This commit is contained in:
Taylor Otwell
2021-10-05 09:23:35 -05:00
committed by GitHub
parent 78e1d56c42
commit 6a68092228
3 changed files with 3 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
namespace Tests\Feature;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Tests\TestCase;
class ExampleTest extends TestCase