From 7e4a6468a2a7f31d0d007ad22b6563cb4fab566a Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 9 Apr 2015 13:24:07 +0200 Subject: [PATCH] [ticket/525] Use path instead of pattern for routes in tests B3P-525 --- tests/unit/event/config/routing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/event/config/routing.yml b/tests/unit/event/config/routing.yml index cfbbbda6..f2c17bb1 100644 --- a/tests/unit/event/config/routing.yml +++ b/tests/unit/event/config/routing.yml @@ -1,3 +1,3 @@ board3_portal_controller: - pattern: /portal + path: /portal defaults: { _controller: board3.portal.main:handle }