Skip to content

Commit 1025007

Browse files
feature #28721 [Form] deprecate some options for single_text widgets (xabbuh)
This PR was merged into the 4.3-dev branch. Discussion ---------- [Form] deprecate some options for single_text widgets | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 89ff331865 deprecate some options for single_text widgets
2 parents c910ffd + 8114b30 commit 1025007

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
@@ -1685,6 +1685,9 @@ public function testDateTimeWithWidgetSingleText()
16851685
);
16861686
}
16871687

1688+
/**
1689+
* @group legacy
1690+
*/
16881691
public function testDateTimeWithWidgetSingleTextIgnoreDateAndTimeWidgets()
16891692
{
16901693
$form = $this->factory->createNamed('name', 'Symfony\Component\Form\Extension\Core\Type\DateTimeType', '2011-02-03 04:05:06', [

0 commit comments

Comments
 (0)