Skip to content

Instantly share code, notes, and snippets.

@duncanmcclean
Created March 24, 2019 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duncanmcclean/59cd9be4b9ea5423704f24002da87adc to your computer and use it in GitHub Desktop.
Save duncanmcclean/59cd9be4b9ea5423704f24002da87adc to your computer and use it in GitHub Desktop.
$response = $this->post('/login', [
'email' => $user->email,
'password' => 'secret'
]);
$response->assertStatus(302)
->assertRedirect('/articles');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment