From 1431580d1f98fb090bd85b610fe6a031823e5fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 23 Jan 2015 12:07:44 +0100 Subject: [PATCH] load routes from chill loader in tests --- Tests/Fixtures/App/config/routing.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Tests/Fixtures/App/config/routing.yml b/Tests/Fixtures/App/config/routing.yml index 5af0a0344..b91644d17 100644 --- a/Tests/Fixtures/App/config/routing.yml +++ b/Tests/Fixtures/App/config/routing.yml @@ -1,11 +1,3 @@ -chill_person: +chill_routes: resource: . - type: chill_routes_person - -#load route for reports -chill_report: - resource: . - type: chill_routes_report - -chill_main: - resource: "@ChillMainBundle/Resources/config/routing.yml" \ No newline at end of file + type: chill_routes \ No newline at end of file