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 3c0bbaa commit 48e7b90Copy full SHA for 48e7b90
tests/Feature/Auth/PasswordResetTest.php
@@ -38,7 +38,7 @@ public function test_reset_password_screen_can_be_rendered()
38
39
$this->post(route('password.email'), ['email' => $user->email]);
40
41
- Notification::assertSentTo($user, ResetPassword::class, function ($notification) use ($user) {
+ Notification::assertSentTo($user, ResetPassword::class, function ($notification) {
42
$response = $this->get(route('password.reset', $notification->token));
43
44
$response->assertStatus(200);
0 commit comments