We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6c3e0 commit 8965226Copy full SHA for 8965226
src/Tests/Concerns/WithParallelPhyiscalDatabase.php
@@ -68,7 +68,7 @@ protected function refreshParallelPhyiscalDatabase(): void
68
foreach ([LazilyRefreshDatabase::class, RefreshDatabase::class, DatabaseMigrations::class] as $class) {
69
if (array_key_exists($class, $uses)) {
70
RefreshDatabaseState::$migrated = false;
71
- RefreshDatabaseState::$lazilyRefreshed = false;
+ RefreshDatabaseState::$lazilyRefreshed = true;
72
73
return;
74
}
0 commit comments