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/Loader
Fabien Potencier 6cd1fd4738 [DependencyInjection] removed hard dependency on the Config component
The Config component is a hard dependency for the loaders (but loaders
themselves are optional); all other classes should not have a hard dep
on Config. The introduction of a new flag allows to remove this
dependency.

This commit also fixes skipped test dependencies.
2012-12-28 11:06:10 +01:00
..
ClosureLoaderTest.php merged 2.0 2012-05-20 18:16:37 +02:00
IniFileLoaderTest.php fixed CS 2012-07-09 14:54:20 +02:00
PhpFileLoaderTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
XmlFileLoaderTest.php [DependencyInjection] removed hard dependency on the Config component 2012-12-28 11:06:10 +01:00
YamlFileLoaderTest.php fixed CS 2012-07-09 14:54:20 +02:00