We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c73a7a commit d6b7340Copy full SHA for d6b7340
1 file changed
tests/Controllers/LoginTest.php
@@ -97,7 +97,7 @@ public function testLoginActionEmailSuccess(): void
97
Time::setTestNow();
98
}
99
100
- public function testAfterLoggedInNotDesplayLoginPage(): void
+ public function testAfterLoggedInNotDisplayLoginPage(): void
101
{
102
$this->user->createEmailIdentity([
103
'email' => 'foo@example.com',
0 commit comments