Skip to content

Commit

Permalink
[Form] test case is not legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jun 9, 2019
1 parent 44ec4b9 commit d6080fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Tests/Extension/Core/Type/ChoiceTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -725,10 +725,7 @@ public function testSubmitMultipleChoiceExpandedWithEmptyDataAndInitialData()
$this->assertSame(['test'], $form->getData());
}

/**
* @group legacy
*/
public function testLegacyNullChoices()
public function testNullChoices()
{
$form = $this->factory->create(static::TESTED_TYPE, null, [
'multiple' => false,
Expand Down

0 comments on commit d6080fc

Please sign in to comment.