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 4c638a9 commit a22634dCopy full SHA for a22634d
tests/Controllers/LoginTest.php
@@ -85,7 +85,7 @@ public function testLoginActionEmailSuccess(): void
85
$this->seeInDatabase('auth_logins', [
86
'identifier' => 'foo@example.com',
87
'user_id' => $this->user->id,
88
- 'success' => true,
+ 'success' => 1,
89
]);
90
// Last Used date should have been set
91
$identity = $this->user->getEmailIdentity();
@@ -147,7 +147,7 @@ public function testLoginActionUsernameSuccess(): void
147
148
'identifier' => $this->user->username,
149
150
151
152
153
0 commit comments