Skip to content

Commit 2919a82

Browse files
yoannrenardderrabus
authored andcommitted
Remove duplicated array entry
1 parent 4067e47 commit 2919a82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Extension/Core/Type/DateTimeTypeTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,6 @@ public function testSingleTextWidgetWithSecondsShouldNotOverrideStepAttribute()
523523
public function testSingleTextWidgetWithCustomNonHtml5Format()
524524
{
525525
$form = $this->factory->create(static::TESTED_TYPE, new \DateTime('2019-02-13 19:12:13'), [
526-
'html5' => false,
527526
'widget' => 'single_text',
528527
'date_format' => \IntlDateFormatter::SHORT,
529528
'format' => null,

0 commit comments

Comments
 (0)