Fix tests expecting a valid date

This commit is contained in:
Christophe Coevoet 2017-03-31 14:24:41 +02:00
parent 11a06ccced
commit 071548090b

View File

@ -598,7 +598,7 @@ class DateTypeTest extends BaseTypeTest
));
$form->submit(array(
'day' => '0',
'day' => '1',
'month' => '6',
'year' => '2010',
));