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/DependencyInjection/Tests
Fabien Potencier ec1e7ca6ac [DependencyInjection] added a way to automatically update scoped services
A service can now be marked as synchronized; when set, all method calls
involving this service will be called each time this service is set.
When in a scope, methods are also called to restore the previous version of the
service.
2013-03-20 16:58:08 +01:00
..
Compiler add test for compiler replace alias with invalid alias 2013-01-16 09:59:03 +01:00
Dumper Merge branch '2.1' into 2.2 2013-02-11 12:26:43 +01:00
Extension [DIC] Better handling of enableable configurations 2013-01-28 18:21:49 +01:00
Fixtures [DependencyInjection] added a way to automatically update scoped services 2013-03-20 16:58:08 +01:00
Loader [DependencyInjection] added a way to automatically update scoped services 2013-03-20 16:58:08 +01:00
ParameterBag Convert parameter name to lowercase when removing an element from ParameterBag 2012-09-10 10:22:46 +02:00
ContainerBuilderTest.php [DependencyInjection] added a way to automatically update scoped services 2013-03-20 16:58:08 +01:00
ContainerTest.php Fix 'undefined index' error, when entering scope recursively 2013-02-07 23:17:35 +01:00
CrossCheckTest.php [DependencyInjection] removed hard dependency on the Config component 2012-12-28 11:06:10 +01:00
DefinitionDecoratorTest.php updated license blocks 2012-03-31 18:00:32 -03:00
DefinitionTest.php [DependencyInjection] added a way to automatically update scoped services 2013-03-20 16:58:08 +01:00
ParameterTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
ReferenceTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00