remove search for surname

The surname does not appears since the number of result is limited to 5 eleents
This commit is contained in:
Julien Fastré 2017-07-04 21:53:47 +02:00
parent f36ee2f482
commit dab43fef6b

View File

@ -39,7 +39,6 @@ class ReportSearchTest extends WebTestCase
));
$this->assertTrue($client->getResponse()->isSuccessful());
$this->assertRegExp('/Charline/', $crawler->text());
$this->assertRegExp('/Situation de logement/i', $crawler->text());
}