Merge pull request #1639 from wallabag/v2-change-test-dbname

Fix #1635: change database name for test environments (mysql/pgsql)
This commit is contained in:
Jeremy Benoist 2016-02-01 13:46:32 +01:00
commit 74d8afa5fa
3 changed files with 7 additions and 2 deletions

View file

@ -12,7 +12,7 @@ parameters:
test_database_driver: pdo_mysql
test_database_host: localhost
test_database_port: 3306
test_database_name: wallabag
test_database_name: wallabag_test
test_database_user: root
test_database_password: ~
test_database_path: ~

View file

@ -12,7 +12,7 @@ parameters:
test_database_driver: pdo_pgsql
test_database_host: localhost
test_database_port:
test_database_name: wallabag
test_database_name: wallabag_test
test_database_user: travis
test_database_password: ~
test_database_path: ~

View file

@ -1,4 +1,9 @@
services:
# might be fixed in the symfony release
# https://github.com/FriendsOfSymfony/FOSUserBundle/issues/2048
fos_user.doctrine_registry:
alias: doctrine
wallabag_user.auth_code_mailer:
class: Wallabag\UserBundle\Mailer\AuthCodeMailer
arguments: