Moved and renamed functional tests. Simplified ConfigurationTest

This commit is contained in:
l3l0
2012-09-04 15:18:10 +02:00
parent ca477696cc
commit fcde48018c
8 changed files with 152 additions and 67 deletions

View File

@@ -0,0 +1,11 @@
knp_gaufrette:
adapters:
foo:
local:
directory: %kernel.root_dir%
create: true
filesystems:
foo:
adapter: foo
alias: foo_filesystem

View File

@@ -0,0 +1,2 @@
imports:
- { resource: config.yml }

View File

@@ -0,0 +1,7 @@
imports:
- { resource: config.yml }
knp_gaufrette:
adapters:
foo:
in_memory: ~