[Form] test case is not legacy

This commit is contained in:
Nicolas Grekas 2019-06-09 16:44:28 +02:00
parent db91042f6b
commit 9ad324ba29

View File

@ -725,10 +725,7 @@ class ChoiceTypeTest extends BaseTypeTest
$this->assertSame(['test'], $form->getData());
}
/**
* @group legacy
*/
public function testLegacyNullChoices()
public function testNullChoices()
{
$form = $this->factory->create(static::TESTED_TYPE, null, [
'multiple' => false,