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/Dumper
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
..
GraphvizDumperTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
PhpDumperTest.php [DependencyInjection] optimized compiled containers 2010-11-23 22:43:09 +01:00
XmlDumperTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
YamlDumperTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00