1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-19 12:21:46 +02:00

tests: remove dependency on dibi_test database name

This commit is contained in:
Miloslav Hůla
2022-11-22 09:16:47 +01:00
parent cab1c5b5e6
commit 78646e1790
6 changed files with 20 additions and 16 deletions

View File

@@ -13,12 +13,13 @@ driver = mysqli
host = 127.0.0.1
username = root
password =
database = dibi_test
charset = utf8
system = mysql
[mysql pdo]
driver = pdo
dsn = "mysql:host=127.0.0.1"
dsn = "mysql:host=127.0.0.1;dbname=dibi_test"
username = root
password =
system = mysql