Skip to content

Commit c56519e

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 39397fb commit c56519e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/Browser/Auth/PasswordResetTest.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,3 @@
6666
return true;
6767
});
6868
});
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

Comments
 (0)