Merge branch '3.0'

* 3.0:
  [Form] Fix tests added in #18180
This commit is contained in:
Fabien Potencier 2016-04-28 16:43:15 +02:00
commit 731d7a6bf0

View File

@ -153,7 +153,6 @@ class ChoiceTypeTest extends \Symfony\Component\Form\Test\TypeTestCase
{
$view = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\ChoiceType', null, array(
'choices' => $this->booleanChoicesWithNull,
'choices_as_values' => true,
'expanded' => true,
))->createView();
@ -179,7 +178,6 @@ class ChoiceTypeTest extends \Symfony\Component\Form\Test\TypeTestCase
{
$view = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\ChoiceType', false, array(
'choices' => $this->booleanChoicesWithNull,
'choices_as_values' => true,
'expanded' => true,
))->createView();