Refactoring : rm empty line

This commit is contained in:
Marc Ducobu 2015-03-06 13:13:20 +01:00
parent 6e59b8e724
commit c80326d0ed

View File

@ -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',