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 39397fb commit c56519eCopy full SHA for c56519e
tests/Browser/Auth/PasswordResetTest.php
@@ -66,17 +66,3 @@
66
return true;
67
});
68
69
-
70
- // public function test_password_cannot_be_reset_with_invalid_token(): void
71
- // {
72
- // $user = User::factory()->create();
73
74
- // $response = $this->post(route('password.store'), [
75
- // 'token' => 'invalid-token',
76
- // 'email' => $user->email,
77
- // 'password' => 'newpassword123',
78
- // 'password_confirmation' => 'newpassword123',
79
- // ]);
80
81
- // $response->assertSessionHasErrors('email');
82
- // }
0 commit comments