diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-10-04 17:30:10 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-20 20:59:51 +0100 |
commit | 3a167aa0c3eaec6c4b9d322460480786234e0419 (patch) | |
tree | c6ce2492fd70a446486880fd3fdf05b28a754859 /tests | |
parent | 6cbb60d13f75da6d9b6c6d60555ea119df79b5c0 (diff) | |
download | forums-3a167aa0c3eaec6c4b9d322460480786234e0419.tar forums-3a167aa0c3eaec6c4b9d322460480786234e0419.tar.gz forums-3a167aa0c3eaec6c4b9d322460480786234e0419.tar.bz2 forums-3a167aa0c3eaec6c4b9d322460480786234e0419.tar.xz forums-3a167aa0c3eaec6c4b9d322460480786234e0419.zip |
[ticket/12620] Creates one di extension per phpBB extension
PHPBB3-12620
Diffstat (limited to 'tests')
-rw-r--r-- | tests/di/fixtures/config/development/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/di/fixtures/config/development/config.yml b/tests/di/fixtures/config/development/config.yml new file mode 100644 index 0000000000..fcfa84f68b --- /dev/null +++ b/tests/di/fixtures/config/development/config.yml @@ -0,0 +1,2 @@ +core: + require_dev_dependencies: true |