mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix format for date, after use of html5 date widget
This commit is contained in:
parent
ac211337d6
commit
3c727d1c65
@ -84,7 +84,7 @@ class HouseholdMemberControllerTest extends WebTestCase
|
|||||||
$form = $crawler->selectButton('Enregistrer')
|
$form = $crawler->selectButton('Enregistrer')
|
||||||
->form();
|
->form();
|
||||||
$form['household_member[endDate]'] = (new \DateTime('tomorrow'))
|
$form['household_member[endDate]'] = (new \DateTime('tomorrow'))
|
||||||
->format('d-m-Y');
|
->format('Y-m-d');
|
||||||
|
|
||||||
$crawler = $client->submit($form);
|
$crawler = $client->submit($form);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user