diff --git a/Tests/Fixtures/App/app/config/parameters.travis.yml b/Tests/Fixtures/App/app/config/parameters.travis.yml index e4a7826c0..28d5cd26c 100644 --- a/Tests/Fixtures/App/app/config/parameters.travis.yml +++ b/Tests/Fixtures/App/app/config/parameters.travis.yml @@ -3,4 +3,5 @@ parameters: database_port: 5432 database_name: test0 database_user: postgres - database_password: postgres \ No newline at end of file + database_password: postgres + locale: fr \ No newline at end of file diff --git a/Tests/Fixtures/App/app/config/parameters.yml.dist b/Tests/Fixtures/App/app/config/parameters.yml.dist index fa3e55dae..3221c992b 100644 --- a/Tests/Fixtures/App/app/config/parameters.yml.dist +++ b/Tests/Fixtures/App/app/config/parameters.yml.dist @@ -3,4 +3,5 @@ parameters: database_port: 5434 database_name: symfony database_user: symfony - database_password: symfony \ No newline at end of file + database_password: symfony + locale: fr \ No newline at end of file