aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2015-05-16 00:30:19 +0200
committerOliver Schramm <oliver.schramm97@gmail.com>2015-05-16 00:30:19 +0200
commitcddecec14647c980a688dc81834df2eae48e88bb (patch)
tree6480e240bed44e922e1f53585133c7a30d8d8469 /tests/di
parentc1ab364e28ad628b3942fb9b9945751830647521 (diff)
parentf821130c3a4a22efd491aaad962cc84a82dde56a (diff)
downloadforums-cddecec14647c980a688dc81834df2eae48e88bb.tar
forums-cddecec14647c980a688dc81834df2eae48e88bb.tar.gz
forums-cddecec14647c980a688dc81834df2eae48e88bb.tar.bz2
forums-cddecec14647c980a688dc81834df2eae48e88bb.tar.xz
forums-cddecec14647c980a688dc81834df2eae48e88bb.zip
Merge pull request #3591 from Nicofuma/ticket/12632
[ticket/12632] Add twig.debug and twig.auto_reload in config.yml
Diffstat (limited to 'tests/di')
-rw-r--r--tests/di/fixtures/config/test/container/environment.yml11
-rw-r--r--tests/di/fixtures/other_config/test/container/environment.yml11
2 files changed, 22 insertions, 0 deletions
diff --git a/tests/di/fixtures/config/test/container/environment.yml b/tests/di/fixtures/config/test/container/environment.yml
index f2a22ae109..0873078844 100644
--- a/tests/di/fixtures/config/test/container/environment.yml
+++ b/tests/di/fixtures/config/test/container/environment.yml
@@ -12,3 +12,14 @@ services:
dispatcher:
class: phpbb\db\driver\container_mock
+
+ template.twig.environment:
+ class: Exception
+ arguments:
+ - ~
+ - ~
+ - ~
+ - ~
+ - ~
+ - ~
+ - []
diff --git a/tests/di/fixtures/other_config/test/container/environment.yml b/tests/di/fixtures/other_config/test/container/environment.yml
index c299bfc648..2aa29db2eb 100644
--- a/tests/di/fixtures/other_config/test/container/environment.yml
+++ b/tests/di/fixtures/other_config/test/container/environment.yml
@@ -12,3 +12,14 @@ services:
dispatcher:
class: phpbb\db\driver\container_mock
+
+ template.twig.environment:
+ class: Exception
+ arguments:
+ - ~
+ - ~
+ - ~
+ - ~
+ - ~
+ - ~
+ - []