Skip to content

Commit f841911

Browse files
committed
Fix tests expecting a valid date
1 parent e119b6d commit f841911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/Core/Type/DateTypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ public function testIsSynchronizedReturnsTrueIfChoiceAndCompletelyFilled()
598598
));
599599

600600
$form->submit(array(
601-
'day' => '0',
601+
'day' => '1',
602602
'month' => '6',
603603
'year' => '2010',
604604
));

0 commit comments

Comments
 (0)