Boot filesystems for a specified domain
This commit is contained in:
5
Tests/Functional/Resources/config/config_wrapper_1.yml
Normal file
5
Tests/Functional/Resources/config/config_wrapper_1.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
imports:
|
||||
- { resource: config.yml }
|
||||
|
||||
knp_gaufrette:
|
||||
stream_wrapper: ~
|
||||
9
Tests/Functional/Resources/config/config_wrapper_2.yml
Normal file
9
Tests/Functional/Resources/config/config_wrapper_2.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
imports:
|
||||
- { resource: config.yml }
|
||||
|
||||
knp_gaufrette:
|
||||
stream_wrapper:
|
||||
protocol: tada
|
||||
filesystems:
|
||||
pictures: cache
|
||||
text: ftp
|
||||
9
Tests/Functional/Resources/config/config_wrapper_3.yml
Normal file
9
Tests/Functional/Resources/config/config_wrapper_3.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
imports:
|
||||
- { resource: config.yml }
|
||||
|
||||
knp_gaufrette:
|
||||
stream_wrapper:
|
||||
protocol: tada
|
||||
filesystems:
|
||||
- cache
|
||||
- ftp
|
||||
Reference in New Issue
Block a user