get('/login'); $response->assertStatus(200); } /** * A basic test example. * * @return void */ public function testAnotherBasicTest() { $response = $this->get('/'); $response->assertStatus(302); } }