Fixes freezeSecond not being available in older Laravel versions.
This commit is contained in:
@@ -50,7 +50,7 @@ class CreatorTest extends TestCase
|
||||
|
||||
public function test_base_structure(): void
|
||||
{
|
||||
$this->freezeSecond();
|
||||
$this->travelTo(now()->startOfSecond());
|
||||
|
||||
$this->response()
|
||||
->assertSessionHas('_webauthn', function (Challenge $challenge): bool {
|
||||
|
||||
Reference in New Issue
Block a user