This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Form/Tests/Extension
Fabien Potencier a7f98315f3 bug #17760 [2.7] [Form] fix choice value "false" in ChoiceType (HeahDude)
This PR was merged into the 2.7 branch.

Discussion
----------

[2.7] [Form] fix choice value "false" in ChoiceType

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #17292, #14712, #17789
| License       | MIT
| Doc PR        | -

- [x] Add tests for choices with `boolean` and `null` values, and with a placeholder
- [x] Fix FQCN in 2.8 tests, see #17759
- [x] Remove `choices_as_values` in 3.0 tests, see #17886

Commits
-------

8f918e5 [Form] refactor `RadioListMapper::mapDataToForm()`
3eac469 [Form] fix choice value "false" in ChoiceType
2016-02-26 06:04:56 +01:00
..
Core bug #17760 [2.7] [Form] fix choice value "false" in ChoiceType (HeahDude) 2016-02-26 06:04:56 +01:00
Csrf Merge branch '2.3' into 2.7 2015-12-15 02:31:17 +01:00
DataCollector removed @covers annotations in tests 2015-11-02 21:25:31 +01:00
HttpFoundation Fixer findings. 2016-01-22 08:50:32 +01:00
Validator [Form] fix violation mapper tests 2016-02-16 20:52:17 +01:00