Skip to content

Commit

Permalink
minor #18663 [Form] Fix tests added in #18180 (HeahDude)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 3.0 branch instead (closes #18663).

Discussion
----------

[Form] Fix tests added in #18180

| Q             | A
| ------------- | ---
| Branch?       | 3.0+
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | ~
| License       | MIT
| Doc PR        | ~

Commits
-------

c45a435 [Form] Fix tests added in #18180
  • Loading branch information
fabpot committed Apr 28, 2016
2 parents 2a4dc34 + c45a435 commit e2180e3
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -153,7 +153,6 @@ public function testExpandedChoiceListWithBooleanAndNullValues()
{
$view = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\ChoiceType', null, array(
'choices' => $this->booleanChoicesWithNull,
'choices_as_values' => true,
'expanded' => true,
))->createView();

Expand All @@ -179,7 +178,6 @@ public function testExpandedChoiceListWithBooleanAndNullValuesAndFalseAsPreSetDa
{
$view = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\ChoiceType', false, array(
'choices' => $this->booleanChoicesWithNull,
'choices_as_values' => true,
'expanded' => true,
))->createView();

Expand Down

0 comments on commit e2180e3

Please sign in to comment.