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 82d1f1f commit 32f4047Copy full SHA for 32f4047
tests/Feature/SuspiciousActivityNotificationTest.php
@@ -13,7 +13,7 @@
13
$this->loadLaravelMigrations();
14
$this->artisan('migrate', ['--database' => 'testing'])->run();
15
Cache::flush();
16
-
+
17
// Reset Carbon time to ensure test isolation (prevents time mocking from leaking between tests)
18
\Illuminate\Support\Carbon::setTestNow();
19
});
0 commit comments