mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
create tests (with app/kernel fixtures) for menu composer #217
This commit is contained in:
11
Tests/Fixtures/App/config/config.yml
Normal file
11
Tests/Fixtures/App/config/config.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
framework:
|
||||
secret: Not very secret
|
||||
router: { resource: "%kernel.root_dir%/config/routing.yml" }
|
||||
form: true
|
||||
csrf_protection: true
|
||||
session: ~
|
||||
default_locale: fr
|
||||
translator: { fallback: fr }
|
||||
profiler: { only_exceptions: false }
|
||||
templating:
|
||||
engines: ['twig']
|
Reference in New Issue
Block a user