Remove duplicated array entry

This commit is contained in:
Yoann Renard 2021-07-14 17:30:05 +02:00 committed by Alexander M. Turek
parent 1f6a5a7cdc
commit 86ccfa71a1

View File

@ -523,7 +523,6 @@ class DateTimeTypeTest extends BaseTypeTest
public function testSingleTextWidgetWithCustomNonHtml5Format()
{
$form = $this->factory->create(static::TESTED_TYPE, new \DateTime('2019-02-13 19:12:13'), [
'html5' => false,
'widget' => 'single_text',
'date_format' => \IntlDateFormatter::SHORT,
'format' => null,