From dab43fef6bf6061522d0a5e6efe3fe5f716c42e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 4 Jul 2017 21:53:47 +0200 Subject: [PATCH] remove search for surname The surname does not appears since the number of result is limited to 5 eleents --- Tests/Search/ReportSearchTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/Search/ReportSearchTest.php b/Tests/Search/ReportSearchTest.php index d4fc0e757..ce0bd1053 100644 --- a/Tests/Search/ReportSearchTest.php +++ b/Tests/Search/ReportSearchTest.php @@ -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()); }