From 5b546b19f3601728f5e9d52ba2d3e9a14961cd35 Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Sat, 23 Sep 2017 14:46:12 +0200 Subject: [PATCH] include routes and schemas directly --- tests/.fusio.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/.fusio.yml b/tests/.fusio.yml index f21a501b..251e8eee 100644 --- a/tests/.fusio.yml +++ b/tests/.fusio.yml @@ -1,8 +1,8 @@ # Deploy yaml file dedicated for testing. It basically uses the production # configuration but replaces the connection with an in-memory sqlite database. # ------------------------------------------------------------------------------ -routes: !include .fusio.yml#/routes -schema: !include .fusio.yml#/schema +routes: !include resources/routes.yaml +schema: !include resources/schemas.yaml connection: Default-Connection: class: Fusio\Impl\Connection\Memory