aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/fixtures/other_config/test/container/environment.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/di/fixtures/other_config/test/container/environment.yml')
-rw-r--r--tests/di/fixtures/other_config/test/container/environment.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/di/fixtures/other_config/test/container/environment.yml b/tests/di/fixtures/other_config/test/container/environment.yml
new file mode 100644
index 0000000000..c299bfc648
--- /dev/null
+++ b/tests/di/fixtures/other_config/test/container/environment.yml
@@ -0,0 +1,14 @@
+parameters:
+ other_config: true
+
+services:
+ config.php:
+ synthetic: true
+
+ dbal.conn:
+ class: phpbb\db\driver\factory
+ arguments:
+ - @service_container
+
+ dispatcher:
+ class: phpbb\db\driver\container_mock