Thanks to visit codestin.com Credit goes to github.com
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 247c557 commit 4ac620fCopy full SHA for 4ac620f
tests/Feature/Auth/AuthenticationTest.php
@@ -21,7 +21,7 @@ public function test_users_can_authenticate_using_the_login_screen()
21
{
22
$user = User::factory()->create();
23
24
- $response = $this->post(route('login'), [
+ $response = $this->post(route('login.store'), [
25
'email' => $user->email,
26
'password' => 'password',
27
]);
0 commit comments