Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ab5be7 + e2180e3 commit 731d7a6Copy full SHA for 731d7a6
src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php
@@ -153,7 +153,6 @@ public function testExpandedChoiceListWithBooleanAndNullValues()
153
{
154
$view = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\ChoiceType', null, array(
155
'choices' => $this->booleanChoicesWithNull,
156
- 'choices_as_values' => true,
157
'expanded' => true,
158
))->createView();
159
@@ -179,7 +178,6 @@ public function testExpandedChoiceListWithBooleanAndNullValuesAndFalseAsPreSetDa
179
178
180
$view = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\ChoiceType', false, array(
181
182
183
184
185
0 commit comments