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/Fixtures/containers
Jeremy Mikola 743f25a287 [DependencyInjection] Create explicit factoryClass property for Definitions
Previously, the Definition class was used both for type inference and factory construction (if factoryService was absent). This is fine for cases where classes create instances of themselves (e.g. getInstance() or create()), but leads to ambiguity when we have a separate factory class.
2011-02-05 20:39:42 +01:00
..
container8.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
container9.php [DependencyInjection] Create explicit factoryClass property for Definitions 2011-02-05 20:39:42 +01:00
container10.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
container11.php [DependencyInjection] fix XML entities in XmlDumper 2011-01-14 16:56:44 +01:00
container12.php [DependencyInjection] fix XML entities in XmlDumper 2011-01-14 16:56:44 +01:00
interfaces1.php [DependencyInjection] Fix fixture class loaded twice during dumper tests 2011-02-05 20:27:47 +01:00
interfaces2.php [DependencyInjection] Interface Injection implementation 2010-11-30 20:36:56 +01:00