mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-23 08:06:33 +00:00
Fix #1635: change database name for test environments (mysql/pgsql)
This commit is contained in:
parent
feb02cb709
commit
61c640ed31
2 changed files with 2 additions and 2 deletions
|
@ -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: ~
|
||||
|
|
|
@ -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: ~
|
||||
|
|
Loading…
Reference in a new issue