We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f012cc7 commit d43fc12Copy full SHA for d43fc12
1 file changed
tests/system/Database/Live/SQLite/AlterTableTest.php
@@ -51,6 +51,7 @@ protected function setUp(): void
51
$config = [
52
'DBDriver' => 'SQLite3',
53
'database' => 'database.db',
54
+ 'DBDebug' => true,
55
];
56
57
$this->db = db_connect($config);
0 commit comments