new architecture for tests

This commit is contained in:
2017-07-04 21:46:15 +02:00
parent 90d74c609e
commit f36ee2f482
9 changed files with 1407 additions and 16 deletions

View File

@@ -0,0 +1,13 @@
parameters:
database_host: localhost
# database_host: 127.0.0.1
database_port: 5435
# database_port: 5454
database_name: postgres
database_user: postgres
database_password: postgres
locale: fr
secret: ThisTokenIsNotSoSecretChangeIt
debug_toolbar: true
debug_redirects: false
use_assetic_controller: true