diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerCreateTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerCreateTest.php index fb29420fc..67821ad3d 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerCreateTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerCreateTest.php @@ -116,20 +116,20 @@ final class PersonControllerCreateTest extends WebTestCase $genderType->getType(), 'The gender input is a select form to select a gender entity' ); -/* $this->assertEquals( - 3, - \count($genderType->availableOptionValues()), - 'The gender input has three options: man, women and undefined' - ); - $this->assertTrue( - \in_array('man', $genderType->availableOptionValues(), true), - 'gender has "homme" option' - ); - $this->assertTrue( - \in_array('woman', $genderType->availableOptionValues(), true), - 'gender has "femme" option' - ); - $this->assertFalse($genderType->hasValue(), 'The gender input is not checked');*/ + /* $this->assertEquals( + 3, + \count($genderType->availableOptionValues()), + 'The gender input has three options: man, women and undefined' + ); + $this->assertTrue( + \in_array('man', $genderType->availableOptionValues(), true), + 'gender has "homme" option' + ); + $this->assertTrue( + \in_array('woman', $genderType->availableOptionValues(), true), + 'gender has "femme" option' + ); + $this->assertFalse($genderType->hasValue(), 'The gender input is not checked');*/ return $form; }