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