Skip to content

Commit 817948b

Browse files
committed
cs fix
1 parent 20a2e91 commit 817948b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/system/Database/Live/InsertTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

tests/system/Database/Live/TransactionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)