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 ed948b6 commit 54dd306Copy full SHA for 54dd306
tests/Feature/Auth/EmailVerificationTest.php
@@ -17,7 +17,7 @@ public function test_email_verification_screen_can_be_rendered()
17
{
18
$user = User::factory()->unverified()->create();
19
20
- $response = $this->actingAs($user)->get(round('verification.notice'));
+ $response = $this->actingAs($user)->get(route('verification.notice'));
21
22
$response->assertStatus(200);
23
}
0 commit comments