Skip to content

Commit d43fc12

Browse files
committed
test: fix DBDebug value
The default property value is false, so the test ran under DBDebug = false.
1 parent f012cc7 commit d43fc12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/system/Database/Live/SQLite/AlterTableTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ protected function setUp(): void
5151
$config = [
5252
'DBDriver' => 'SQLite3',
5353
'database' => 'database.db',
54+
'DBDebug' => true,
5455
];
5556

5657
$this->db = db_connect($config);

0 commit comments

Comments
 (0)