2016-04-12 22:00:26 +02:00
|
|
|
parameters:
|
|
|
|
test_database_driver: pdo_mysql
|
2017-12-12 12:14:40 +01:00
|
|
|
test_database_driver_class: ~
|
2016-04-12 22:00:26 +02:00
|
|
|
test_database_host: localhost
|
|
|
|
test_database_port: 3306
|
|
|
|
test_database_name: wallabag_test
|
|
|
|
test_database_user: root
|
|
|
|
test_database_password: ~
|
|
|
|
test_database_path: ~
|
2017-05-15 20:47:59 +02:00
|
|
|
env(TEST_DATABASE_PATH): ~
|
2016-10-01 10:52:13 +02:00
|
|
|
test_database_charset: utf8mb4
|