We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db91042 commit 9ad324bCopy full SHA for 9ad324b
src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php
@@ -725,10 +725,7 @@ public function testSubmitMultipleChoiceExpandedWithEmptyDataAndInitialData()
725
$this->assertSame(['test'], $form->getData());
726
}
727
728
- /**
729
- * @group legacy
730
- */
731
- public function testLegacyNullChoices()
+ public function testNullChoices()
732
{
733
$form = $this->factory->create(static::TESTED_TYPE, null, [
734
'multiple' => false,
0 commit comments