Skip to content

Commit

Permalink
include routes and schemas directly
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Sep 23, 2017
1 parent ab35a96 commit 5b546b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/.fusio.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5b546b1

Please sign in to comment.