get('/'); $response->assertStatus(302); $response = $this->get('/vue'); $response->assertStatus(200); } }