Skip to content

Commit 8114b30

Browse files
committed
deprecate some options for single_text widgets
1 parent 7da80fd commit 8114b30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/Extension/AbstractBootstrap3LayoutTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,6 +1602,9 @@ public function testDateTimeWithWidgetSingleText()
16021602
);
16031603
}
16041604

1605+
/**
1606+
* @group legacy
1607+
*/
16051608
public function testDateTimeWithWidgetSingleTextIgnoreDateAndTimeWidgets()
16061609
{
16071610
$form = $this->factory->createNamed('name', 'Symfony\Component\Form\Extension\Core\Type\DateTimeType', '2011-02-03 04:05:06', [

0 commit comments

Comments
 (0)