mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Refactoring : rm empty line
This commit is contained in:
parent
6e59b8e724
commit
c80326d0ed
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user