diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerCreateTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerCreateTest.php index 087d05b9d..6eabc6658 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerCreateTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerCreateTest.php @@ -177,9 +177,11 @@ class PersonControllerCreateTest extends WebTestCase $this->assertTrue($form->has(self::CENTER_INPUT), 'The page contains a "center" input'); $centerInput = $form->get(self::CENTER_INPUT); + /* $availableValues = $centerInput->availableOptionValues(); $lastCenterInputValue = end($availableValues); $centerInput->setValue($lastCenterInputValue); + */ $client->submit($form);