From 6045578bb2f180ca996044cc837fe513cb89f6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 25 Nov 2014 15:34:11 +0100 Subject: [PATCH] add locale for test environment (temp) refs #331 --- Tests/Fixtures/App/app/config/parameters.travis.yml | 3 ++- Tests/Fixtures/App/app/config/parameters.yml.dist | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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