aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller/ext/vendor2/bar
diff options
context:
space:
mode:
authorNicofuma <github@nicofuma.fr>2015-02-03 16:30:41 +0100
committerNicofuma <github@nicofuma.fr>2015-02-04 17:40:11 +0100
commit216fb13c2ad119e3a7f1b3aea497fdb825c80136 (patch)
tree91eb658b824577b6537a5c633a02f4ee6c82ac2d /tests/controller/ext/vendor2/bar
parent9e104b091512e8c06dfa75fd2ad1bab6d80cafa7 (diff)
downloadforums-216fb13c2ad119e3a7f1b3aea497fdb825c80136.tar
forums-216fb13c2ad119e3a7f1b3aea497fdb825c80136.tar.gz
forums-216fb13c2ad119e3a7f1b3aea497fdb825c80136.tar.bz2
forums-216fb13c2ad119e3a7f1b3aea497fdb825c80136.tar.xz
forums-216fb13c2ad119e3a7f1b3aea497fdb825c80136.zip
[ticket/13407] Remove the last occurence of pattern in routing files
PHPBB3-13407
Diffstat (limited to 'tests/controller/ext/vendor2/bar')
-rw-r--r--tests/controller/ext/vendor2/bar/config/test/routing/environment.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/controller/ext/vendor2/bar/config/test/routing/environment.yml b/tests/controller/ext/vendor2/bar/config/test/routing/environment.yml
index 85c93b453f..5696ecb180 100644
--- a/tests/controller/ext/vendor2/bar/config/test/routing/environment.yml
+++ b/tests/controller/ext/vendor2/bar/config/test/routing/environment.yml
@@ -1,3 +1,3 @@
controller3:
- pattern: /bar
+ path: /bar
defaults: { _controller: bar.controller:handle }