aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/fixtures/ext/vendor/enabled
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12620] Adds a yaml config fileTristan Darricau2014-11-201-0/+0
| | | | PHPBB3-12620
* [ticket/12620] Add the support of the environments for the ext servicesTristan Darricau2014-11-201-0/+0
| | | | | | | | | We look for an environment.yml file in the config/PHPBB_ENVIRONMENT/ directory of the extensionss. If the directory does not exist we look for the environment.yml file in the 'default' environment and finally for the services.yml file in the config/ directory. PHPBB3-12620
* [ticket/12775] Add tests for the container factoryTristan Darricau2014-07-071-0/+2
PHPBB3-12775