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/
|
/web/bundles/
|
||||||
/app/bootstrap.php.cache
|
/app/bootstrap.php.cache
|
||||||
/app/cache/*
|
/app/cache/*
|
||||||
|
@ -11,4 +12,4 @@
|
||||||
/bin/
|
/bin/
|
||||||
/composer.phar
|
/composer.phar
|
||||||
|
|
||||||
/nbproject/
|
npm-debug.log
|
|
@ -1,6 +1,13 @@
|
||||||
imports:
|
imports:
|
||||||
- { resource: config_dev.yml }
|
- { resource: config_dev.yml }
|
||||||
|
|
||||||
|
doctrine:
|
||||||
|
dbal:
|
||||||
|
dbname: "%test_database_name%"
|
||||||
|
port: "%test_database_port%"
|
||||||
|
user: "%test_database_user%"
|
||||||
|
password: "%test_database_password%"
|
||||||
|
|
||||||
framework:
|
framework:
|
||||||
test: ~
|
test: ~
|
||||||
session:
|
session:
|
||||||
|
|
Loading…
Reference in a new issue