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 825aa56 commit 998a99dCopy full SHA for 998a99d
tests/MagicLinkTest.php
@@ -82,7 +82,6 @@ public function test_fail_with_badlink()
82
$this->assertNull(auth()->user());
83
$response->assertStatus(302);
84
$response->assertRedirect(config('magiclink.url.redirect_error', 'magiclink/error'));
85
-
86
}
87
88
public function test_fail_with_token_expired()
@@ -98,6 +97,5 @@ public function test_fail_with_token_expired()
98
97
99
100
101
102
103
0 commit comments