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: