public function testLogin() { $client = $this->client; $crawler = $client->request('GET', '/login'); $this->assertStatusCode(200, $client); }