mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 14:54:57 +00:00
new architecture for tests
This commit is contained in:
11
Resources/test/Fixtures/App/app/config/config_dev.yml
Normal file
11
Resources/test/Fixtures/App/app/config/config_dev.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
imports:
|
||||
- { resource: config.yml } #here we import a config.yml file, this is not required
|
||||
|
||||
framework:
|
||||
test: ~
|
||||
session:
|
||||
storage_id: session.storage.filesystem
|
||||
|
||||
chill_custom_fields:
|
||||
customizables_entities:
|
||||
- { class: TEST, name: test }
|
Reference in New Issue
Block a user