mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
parent
69042c683f
commit
9fadc5d9c5
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user