Fix #1635: change database name for test environments (mysql/pgsql)

This commit is contained in:
Nicolas Lœuillet 2016-02-01 13:22:34 +01:00
parent feb02cb709
commit 61c640ed31
2 changed files with 2 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: ~