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/Bridge/Doctrine/Tests
Jules Pietri ea5375c7b7 [Form] refactor CheckboxListMapper and RadioListMapper
fixes #14712 and #17789.

`ChoiceType` now always use `ChoiceToValueTransformer` or
`ChoicesToValuesTransformer` depending on `multiple` option.
Hence `CheckboxListMapper` and `RadioListMapper` don’t handle
the transformation anymore.
Fixes pre selection of choice with model values such as `null`,
`false` or empty string.
2016-04-09 15:28:45 +02:00
..
DataCollector [DoctrineBridge] Fix issue which prevent the profiler to explain a query 2015-10-27 19:18:52 -07:00
DataFixtures [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
DependencyInjection Merge branch '2.3' into 2.7 2015-09-27 12:08:38 +02:00
ExpressionLanguage [DoctrineBridge] Fixed an issue with DoctrineParserCache 2014-01-01 09:56:51 +01:00
Fixtures Merge branch '2.3' into 2.7 2015-12-26 14:37:43 +01:00
Form [Form] refactor CheckboxListMapper and RadioListMapper 2016-04-09 15:28:45 +02:00
HttpFoundation [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
Logger Merge branch '2.3' into 2.7 2015-10-27 21:15:55 -07:00
Security/User Refactoring EntityUserProvider::__construct() to not do work, cause cache warm error 2015-12-02 16:35:49 +01:00
Validator/Constraints Merge branch '2.3' into 2.7 2016-01-25 17:27:59 +01:00
ContainerAwareEventManagerTest.php [DoctrineBridge] Add missing variable declaration in testcase 2015-03-31 14:57:19 +02:00
DoctrineOrmTestCase.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00