8000 Merge branch '2.7' into 2.8 · symfony/symfony@78ff9dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 78ff9dc

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [Form] Deprecated setting "choices_as_values" to "false"
2 parents b296910 + ff582b8 commit 78ff9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function testExpandedChoicesOptionsTurnIntoChildren()
142142
*/
143143
public function testExpandedFlippedChoicesOptionsTurnIntoChildren()
144144
{
145-
$form = $this->factory->create('choice', null, array(
145+
$form = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\ChoiceType', null, array(
146146
'expanded' => true,
147147
'choices' => array_flip($this->choices),
148148
));

0 commit comments

Comments
 (0)
0