laravel test assert redirecto to

50

$response = $this->get('/');

$response->assertStatus(302);
$response->assertRedirect(route('users.index'));

Comments

Submit
0 Comments