File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/system/Database/Live Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ public function testInsertBatchFailed(): void
106106
107107 if ($ this ->db ->DBDriver === 'MySQLi ' ) {
108108 // strict mode is required for MySQLi to throw an exception here
109- $ config = config ('Database ' );
109+ $ config = config ('Database ' );
110110 $ config ->tests ['strictOn ' ] = true ;
111111
112112 $ db = Database::connect ($ config ->tests );
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ public function testTransInsertBatchFailed(): void
258258
259259 if ($ this ->db ->DBDriver === 'MySQLi ' ) {
260260 // strict mode is required for MySQLi to throw an exception here
261- $ config = config ('Database ' );
261+ $ config = config ('Database ' );
262262 $ config ->tests ['strictOn ' ] = true ;
263263
264264 $ db = Database::connect ($ config ->tests );
You can’t perform that action at this time.
0 commit comments