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.
2 parents d60ea70 + 150b272 commit 34d912dCopy full SHA for 34d912d
tests/PasswordResetTest.php
@@ -42,7 +42,7 @@ public function testVerifyTokenUnsuccessfully()
42
43
public function testResetPasswordWithTokenSuccessfully()
44
{
45
- $user = factory(App\User::class)->create();
+ $user = factory(App\User::class)->create();
46
$reset = factory(PasswordReset::class)->create([
47
'email' => $user->email,
48
]);
@@ -63,7 +63,7 @@ public function testResetPasswordWithTokenSuccessfully()
63
64
public function testResetPasswordWithTokenUnsuccessfully()
65
66
67
68
69
0 commit comments