From c80326d0edd02320d754be0137236a4dca48b72b Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Fri, 6 Mar 2015 13:13:20 +0100 Subject: [PATCH] Refactoring : rm empty line --- Tests/Controller/AccompanyingPeriodControllerTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Tests/Controller/AccompanyingPeriodControllerTest.php b/Tests/Controller/AccompanyingPeriodControllerTest.php index e71a49527..b95efad1b 100644 --- a/Tests/Controller/AccompanyingPeriodControllerTest.php +++ b/Tests/Controller/AccompanyingPeriodControllerTest.php @@ -176,7 +176,6 @@ class AccompanyingPeriodControllerTest extends WebTestCase */ public function testClosingCurrentPeriodWithDateClosingBeforeOpeningFails() { - $crawler = $this->client->request('GET', '/en/person/' .$this->person->getId().'/accompanying-period/close'); @@ -316,7 +315,6 @@ class AccompanyingPeriodControllerTest extends WebTestCase */ public function testCreatePeriodWithDateEndBetweenAnotherPeriodFails() { - $this->generatePeriods(array( [ 'openingDate' => '2014-01-01', @@ -431,7 +429,6 @@ class AccompanyingPeriodControllerTest extends WebTestCase */ public function testCreatePeriodWithDateOpeningBetweenAnotherPeriodFails() { - $this->generatePeriods(array( [ 'openingDate' => '2014-01-01',