Merge pull request #526 from marc1706/ticket/525

[ticket/525] Use path instead of pattern for routes in tests
This commit is contained in:
Marc Alexander
2015-04-09 13:38:53 +02:00

View File

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