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 @@ -79,7 +79,7 @@ public function testSubmitFromSingleTextDateTimeWithDefaultFormat()
7979
8080 public function testSubmitFromSingleTextDateTimeWithCustomFormat ()
8181 {
82- $ form = $ this ->factory ->create ('date ' , null , array (
82+ $ form = $ this ->factory ->create ('Symfony\Component\Form\Extension\Core\Type\DateType ' , null , array (
8383 'model_timezone ' => 'UTC ' ,
8484 'view_timezone ' => 'UTC ' ,
8585 'widget ' => 'single_text ' ,
@@ -379,7 +379,7 @@ public function testThrowExceptionIfFormatDoesNotContainYearMonthAndDay()
379379 */
380380 public function testThrowExceptionIfFormatMissesYearMonthAndDayWithSingleTextWidget ()
381381 {
382- $ this ->factory ->create ('date ' , null , array (
382+ $ this ->factory ->create ('Symfony\Component\Form\Extension\Core\Type\DateType ' , null , array (
383383 'widget ' => 'single_text ' ,
384384 'format ' => 'wrong ' ,
385385 ));
You can’t perform that action at this time.
0 commit comments