File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Tests/Extension/Core/Type Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function testSubmitFromSingleTextDateTimeWithDefaultFormat()
6969
7070 public function testSubmitFromSingleTextDateTimeWithCustomFormat ()
7171 {
72- $ form = $ this ->factory ->create ('date ' , null , array (
72+ $ form = $ this ->factory ->create ('Symfony\Component\Form\Extension\Core\Type\DateType ' , null , array (
7373 'model_timezone ' => 'UTC ' ,
7474 'view_timezone ' => 'UTC ' ,
7575 'widget ' => 'single_text ' ,
@@ -369,7 +369,7 @@ public function testThrowExceptionIfFormatDoesNotContainYearMonthAndDay()
369369 */
370370 public function testThrowExceptionIfFormatMissesYearMonthAndDayWithSingleTextWidget ()
371371 {
372- $ this ->factory ->create ('date ' , null , array (
372+ $ this ->factory ->create ('Symfony\Component\Form\Extension\Core\Type\DateType ' , null , array (
373373 'widget ' => 'single_text ' ,
374374 'format ' => 'wrong ' ,
375375 ));
You can’t perform that action at this time.
0 commit comments