mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Add missing test_database_socket parameter
This commit is contained in:
parent
ccd50bca7a
commit
a6af149fa3
5 changed files with 5 additions and 0 deletions
|
@ -7,4 +7,5 @@ parameters:
|
|||
test_database_password: root
|
||||
test_database_path: ~
|
||||
env(TEST_DATABASE_PATH): ~
|
||||
test_database_socket: null
|
||||
test_database_charset: utf8mb4
|
||||
|
|
|
@ -7,4 +7,5 @@ parameters:
|
|||
test_database_password: wallabagrocks
|
||||
test_database_path: ~
|
||||
env(TEST_DATABASE_PATH): ~
|
||||
test_database_socket: null
|
||||
test_database_charset: utf8
|
||||
|
|
|
@ -9,4 +9,5 @@ parameters:
|
|||
# when the schema is dropped then recreate
|
||||
test_database_path: "%env(TEST_DATABASE_PATH)%"
|
||||
env(TEST_DATABASE_PATH): "%kernel.project_dir%/data/db/wallabag_test.sqlite"
|
||||
test_database_socket: null
|
||||
test_database_charset: utf8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue