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 84320c3 commit c89cd35Copy full SHA for c89cd35
tests/Actions/LoginTest.php
@@ -57,7 +57,7 @@ public function test_auth_with_remember_me()
57
58
$cookieRememberMe = array_values(array_filter(
59
$data->headers->getCookies(),
60
- fn($cookie) => str_starts_with($cookie->getName(),'remember_web_')
+ fn ($cookie) => str_starts_with($cookie->getName(), 'remember_web_')
61
))[0] ?? null;
62
63
$this->assertNotNull($cookieRememberMe);
0 commit comments