From 2c22d45e2f5ceca7b908cb06f74482601589ca45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 23 Jan 2015 11:42:58 +0100 Subject: [PATCH] load chill routes using route loader in tests --- Tests/Fixtures/App/app/config/routing.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Tests/Fixtures/App/app/config/routing.yml b/Tests/Fixtures/App/app/config/routing.yml index 90b69bca9..2a3db3c00 100644 --- a/Tests/Fixtures/App/app/config/routing.yml +++ b/Tests/Fixtures/App/app/config/routing.yml @@ -1,7 +1,4 @@ -chill_person: +chill_routes: resource: . - type: chill_routes_person - -chill_main: - resource: "@ChillMainBundle/Resources/config/routing.yml" + type: chill_routes