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/Bundle/FrameworkBundle/Tests/DependencyInjection
Christophe Coevoet e42adf7818 Remove wrong deprecation triggers for forms in the DI extension
When a form type provides a BC layer with old form names (all core types
do), the form registry will ask for type extensions registered on the
legacy name for BC, and trigger a warning if it finds any.
The DependencyInjectionExtension should not trigger warnings on its own
when being asked for such extensions (especially when it has none
registered).
Core extensions are also registered using the proper extended type
rather than legacy names.
2015-09-09 16:30:53 +02:00
..
Compiler Remove wrong deprecation triggers for forms in the DI extension 2015-09-09 16:30:53 +02:00
Fixtures [FrameworkBundle] fix serializer config check 2015-08-05 21:44:23 +02:00
ConfigurationTest.php Merge branch '2.7' into 2.8 2015-08-27 08:53:13 +02:00
FrameworkExtensionTest.php Merge branch '2.7' into 2.8 2015-08-27 08:53:13 +02:00
PhpFrameworkExtensionTest.php renamed asset_path() to asset() and added a BC layer 2015-02-10 13:45:46 +01:00
XmlFrameworkExtensionTest.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
YamlFrameworkExtensionTest.php [FrameworkBundle] Only enable CSRF protection when enabled in config 2013-10-28 10:42:32 +01:00