[ticket/525] Use path instead of pattern for routes in tests

B3P-525
This commit is contained in:
Marc Alexander
2015-04-09 13:24:07 +02:00
parent 5007b9ee35
commit 7e4a6468a2

View File

@@ -1,3 +1,3 @@
board3_portal_controller:
pattern: /portal
path: /portal
defaults: { _controller: board3.portal.main:handle }