aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller/ext/vendor2/bar/config
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-09-05 16:33:57 +0200
committerTristan Darricau <github@nicofuma.fr>2014-11-20 20:15:45 +0100
commit014eed385bf761d9e3f0992835f44f58bf055afd (patch)
tree7c1e824a9346efd0dbe05c732926ae9fd006cd0b /tests/controller/ext/vendor2/bar/config
parent7cd0fd83b8047f40edfb69a427b14997801ef25b (diff)
downloadforums-014eed385bf761d9e3f0992835f44f58bf055afd.tar
forums-014eed385bf761d9e3f0992835f44f58bf055afd.tar.gz
forums-014eed385bf761d9e3f0992835f44f58bf055afd.tar.bz2
forums-014eed385bf761d9e3f0992835f44f58bf055afd.tar.xz
forums-014eed385bf761d9e3f0992835f44f58bf055afd.zip
[ticket/12620] Add support of the environments for the ext routing files
PHPBB3-12620
Diffstat (limited to 'tests/controller/ext/vendor2/bar/config')
-rw-r--r--tests/controller/ext/vendor2/bar/config/production/routing.yml3
-rw-r--r--tests/controller/ext/vendor2/bar/config/services.yml3
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/controller/ext/vendor2/bar/config/production/routing.yml b/tests/controller/ext/vendor2/bar/config/production/routing.yml
new file mode 100644
index 0000000000..85c93b453f
--- /dev/null
+++ b/tests/controller/ext/vendor2/bar/config/production/routing.yml
@@ -0,0 +1,3 @@
+controller3:
+ pattern: /bar
+ defaults: { _controller: bar.controller:handle }
diff --git a/tests/controller/ext/vendor2/bar/config/services.yml b/tests/controller/ext/vendor2/bar/config/services.yml
new file mode 100644
index 0000000000..05a8a1994d
--- /dev/null
+++ b/tests/controller/ext/vendor2/bar/config/services.yml
@@ -0,0 +1,3 @@
+services:
+ bar.controller:
+ class: bar\controller