Preparing for Codeship CI.
This commit is contained in:
parent
07126b5586
commit
b38599c747
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/.idea/
|
||||
/web/bundles/
|
||||
/app/bootstrap.php.cache
|
||||
/app/cache/*
|
||||
|
@ -11,4 +12,4 @@
|
|||
/bin/
|
||||
/composer.phar
|
||||
|
||||
/nbproject/
|
||||
npm-debug.log
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue