8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff396ee commit 63160b1Copy full SHA for 63160b1
src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTimeTypeTest.php
@@ -283,7 +283,7 @@ public function testSingleTextWidgetShouldUseTheRightInputType()
283
))
284
->createView();
285
286
- $this->assertEquals('datetime', $view->vars['type']);
+ $this->assertEquals('datetime-local', $view->vars['type']);
287
}
288
289
public function testPassDefaultPlaceholderToViewIfNotRequired()
@@ -433,7 +433,7 @@ public function testPassHtml5TypeIfSingleTextAndHtml5Format()
433
434
435
436
- $this->assertSame('datetime', $view->vars['type']);
+ $this->assertSame('datetime-local', $view->vars['type']);
437
438
439
public function testDontPassHtml5TypeIfHtml5NotAllowed()
0 commit comments