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 60bbb8f380 [DependencyInjection] optimized compiled containers
* removed the __call() method in Container: it means that now, there is only
   one way to get a service: via the get() method;

 * removed the $shared variable in the dumped Container classes (we now use
   the $services variable from the parent class directly -- this is where we
   have a performance improvement);

 * optimized the PHP Dumper output.
2010-11-23 22:43:09 +01:00
..
Dumper [DependencyInjection] optimized compiled containers 2010-11-23 22:43:09 +01:00
Extension renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
Fixtures [DependencyInjection] optimized compiled containers 2010-11-23 22:43:09 +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 [DependencyInjection] optimized compiled containers 2010-11-23 22:43:09 +01:00
CrossCheckTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
DefinitionTest.php [DependencyInjection] replaced assertEquals(spl_object_hash()) with assertSame 2010-11-21 15:26:25 +01: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