1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-22 13:43:12 +02:00
This commit is contained in:
David Grudl
2025-01-16 07:00:55 +01:00
parent ce1ba4668b
commit 1df20ced10
3 changed files with 8 additions and 8 deletions

View File

@@ -36,5 +36,5 @@ Assert::exception(
test(
'PDO error mode: explicitly set silent',
fn() => buildPdoDriver(PDO::ERRMODE_SILENT)
fn() => buildPdoDriver(PDO::ERRMODE_SILENT),
);