mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-07 15:18:48 +01:00
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:
commit
74d8afa5fa
@ -12,7 +12,7 @@ parameters:
|
|||||||
test_database_driver: pdo_mysql
|
test_database_driver: pdo_mysql
|
||||||
test_database_host: localhost
|
test_database_host: localhost
|
||||||
test_database_port: 3306
|
test_database_port: 3306
|
||||||
test_database_name: wallabag
|
test_database_name: wallabag_test
|
||||||
test_database_user: root
|
test_database_user: root
|
||||||
test_database_password: ~
|
test_database_password: ~
|
||||||
test_database_path: ~
|
test_database_path: ~
|
||||||
|
@ -12,7 +12,7 @@ parameters:
|
|||||||
test_database_driver: pdo_pgsql
|
test_database_driver: pdo_pgsql
|
||||||
test_database_host: localhost
|
test_database_host: localhost
|
||||||
test_database_port:
|
test_database_port:
|
||||||
test_database_name: wallabag
|
test_database_name: wallabag_test
|
||||||
test_database_user: travis
|
test_database_user: travis
|
||||||
test_database_password: ~
|
test_database_password: ~
|
||||||
test_database_path: ~
|
test_database_path: ~
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
services:
|
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:
|
wallabag_user.auth_code_mailer:
|
||||||
class: Wallabag\UserBundle\Mailer\AuthCodeMailer
|
class: Wallabag\UserBundle\Mailer\AuthCodeMailer
|
||||||
arguments:
|
arguments:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user