8000 Fix tests expecting a valid date · symfony/symfony@0715480 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0715480

Browse files
committed
Fix tests expecting a valid date
1 parent 11a06cc commit 0715480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/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)
0