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/tests/Symfony/Tests/Component/DependencyInjection
Fabien Potencier efed6005cb [DependencyInjection] fixed PHP dumper
In the dumped PHP class, we must use get() and not get*Service() methods to get services.
That's because all calls must be managed by get(). From the outside, you can call
get*Service() because as they are protected, they are caught by the __call() method;
which is not the case obviously when it is used internally.

If not, if you override a service with set(), this won't work when a service
depends on this one (the default one will still be used).
2010-11-12 17:38:32 +01:00
..
Dumper [DependencyInjection] fixed PHP dumper 2010-11-12 17:38:32 +01:00
Extension renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
Fixtures [DependencyInjection] fixed PHP dumper 2010-11-12 17:38:32 +01:00
Loader [DependencyInjection] XmlFileLoader should allow "factory-service" attribute without "class" for <service> 2010-10-19 21:10:07 +02:00
ParameterBag renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
Resource renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
ContainerBuilderTest.php [DependencyInjection] Added tests for ContainerBuilder class 2010-10-18 16:51:04 +02:00
ContainerTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
CrossCheckTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
DefinitionTest.php [DependencyInjection] Added tests for methods hasMethodCall and removeMethodCall of Definition class 2010-10-18 16:51:00 +02:00
ParameterTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
ReferenceTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00