Skip to content

Commit 776ab62

Browse files
committed
minor symfony#31963 [Form] test case is not legacy (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- [Form] test case is not legacy | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - At least it's green. /cc @xabbuh @HeahDude Commits ------- 9ad324b [Form] test case is not legacy
2 parents 1872a5a + 9ad324b commit 776ab62

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -725,10 +725,7 @@ public function testSubmitMultipleChoiceExpandedWithEmptyDataAndInitialData()
725725
$this->assertSame(['test'], $form->getData());
726726
}
727727

728-
/**
729-
* @group legacy
730-
*/
731-
public function testLegacyNullChoices()
728+
public function testNullChoices()
732729
{
733730
$form = $this->factory->create(static::TESTED_TYPE, null, [
734731
'multiple' => false,

0 commit comments

Comments
 (0)