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() public function testClosingCurrentPeriodWithDateClosingBeforeOpeningFails()
{ {
$crawler = $this->client->request('GET', '/en/person/' $crawler = $this->client->request('GET', '/en/person/'
.$this->person->getId().'/accompanying-period/close'); .$this->person->getId().'/accompanying-period/close');
@ -316,7 +315,6 @@ class AccompanyingPeriodControllerTest extends WebTestCase
*/ */
public function testCreatePeriodWithDateEndBetweenAnotherPeriodFails() public function testCreatePeriodWithDateEndBetweenAnotherPeriodFails()
{ {
$this->generatePeriods(array( $this->generatePeriods(array(
[ [
'openingDate' => '2014-01-01', 'openingDate' => '2014-01-01',
@ -431,7 +429,6 @@ class AccompanyingPeriodControllerTest extends WebTestCase
*/ */
public function testCreatePeriodWithDateOpeningBetweenAnotherPeriodFails() public function testCreatePeriodWithDateOpeningBetweenAnotherPeriodFails()
{ {
$this->generatePeriods(array( $this->generatePeriods(array(
[ [
'openingDate' => '2014-01-01', 'openingDate' => '2014-01-01',