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