Moved and renamed functional tests. Simplified ConfigurationTest
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
knp_gaufrette:
|
||||
adapters:
|
||||
foo:
|
||||
local:
|
||||
directory: %kernel.root_dir%
|
||||
create: true
|
||||
|
||||
filesystems:
|
||||
foo:
|
||||
adapter: foo
|
||||
alias: foo_filesystem
|
||||
@@ -0,0 +1,2 @@
|
||||
imports:
|
||||
- { resource: config.yml }
|
||||
@@ -0,0 +1,7 @@
|
||||
imports:
|
||||
- { resource: config.yml }
|
||||
|
||||
knp_gaufrette:
|
||||
adapters:
|
||||
foo:
|
||||
in_memory: ~
|
||||
Reference in New Issue
Block a user