fix merge

This commit is contained in:
Nicolas Grekas 2017-04-04 21:00:33 +02:00
parent aa46df1997
commit 761d452162

View File

@ -102,9 +102,7 @@ class ChoiceTypeTest extends BaseTypeTest
public function testChoiceListAndChoicesCanBeEmpty()
{
$this->assertInstanceOf('Symfony\Component\Form\FormInterface', $this->factory->create(static::TESTED_TYPE, null, array(
'choices_as_values' => true,
)));
$this->assertInstanceOf('Symfony\Component\Form\FormInterface', $this->factory->create(static::TESTED_TYPE, null, array()));
}
public function testExpandedChoicesOptionsTurnIntoChildren()