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 5994c25 commit 5b10fa8Copy full SHA for 5b10fa8
tests/Controllers/ActionsTest.php
@@ -102,7 +102,7 @@ public function testEmail2FAHandleInvalidEmail(): void
102
]);
103
104
$result->assertRedirect();
105
- $result->assertSame(site_url('/auth/a/show'), $result->getRedirectUrl());
+ $this->assertSame(site_url('/auth/a/show'), $result->getRedirectUrl());
106
$result->assertSessionHas('error', lang('Auth.invalidEmail'));
107
}
108
0 commit comments