mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 08:33:49 +00:00
@@ -113,8 +113,9 @@ class AccompanyingPeriodControllerTest extends WebTestCase
|
||||
|
||||
private function getLastValueOnClosingMotive(\Symfony\Component\DomCrawler\Form $form)
|
||||
{
|
||||
return end($form->get(self::CLOSING_MOTIVE_INPUT)
|
||||
->availableOptionValues());
|
||||
$values = $form->get(self::CLOSING_MOTIVE_INPUT)
|
||||
->availableOptionValues();
|
||||
return end($values);
|
||||
}
|
||||
|
||||
private function getRandomClosingMotive()
|
||||
|
Reference in New Issue
Block a user