Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 841cd6f

Browse filesBrowse files
committed
[Form] add tests to ChoiceType for a false choice
1 parent 5554c76 commit 841cd6f
Copy full SHA for 841cd6f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-9
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-9
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php
+1-9Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,7 @@ class ChoiceTypeTest extends \Symfony\Component\Form\Test\TypeTestCase
2929
'No' => false,
3030
'n/a' => '',
3131
);
32-
33-
private $numericChoicesFlipped = array(
34-
0 => 'Bernhard',
35-
1 => 'Fabien',
36-
2 => 'Kris',
37-
3 => 'Jon',
38-
4 => 'Roman',
39-
);
40-
32+
4133
private $objectChoices;
4234

4335
protected $groupedChoices = array(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.