From b38599c747dda80fd35c8e187a3c39c350145f6f Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sun, 18 Dec 2016 02:47:53 +0300 Subject: [PATCH] Preparing for Codeship CI. --- .gitignore | 3 ++- app/config/config_test.yml | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4781756..d6c012a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/.idea/ /web/bundles/ /app/bootstrap.php.cache /app/cache/* @@ -11,4 +12,4 @@ /bin/ /composer.phar -/nbproject/ \ No newline at end of file +npm-debug.log \ No newline at end of file diff --git a/app/config/config_test.yml b/app/config/config_test.yml index 2f6d925..f2404dd 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml @@ -1,6 +1,13 @@ imports: - { resource: config_dev.yml } +doctrine: + dbal: + dbname: "%test_database_name%" + port: "%test_database_port%" + user: "%test_database_user%" + password: "%test_database_password%" + framework: test: ~ session: