From d46276184a4c28c045dfba960c5288660bca28f2 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Sun, 24 Oct 2021 11:24:52 +0000 Subject: [PATCH] Automated formatting changes --- tests/DataStorage/Database/Connection/SQLiteConnectionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php b/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php index f60cede9d..b47de9c52 100644 --- a/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php +++ b/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php @@ -69,7 +69,7 @@ final class SQLiteConnectionTest extends \PHPUnit\Framework\TestCase */ public function testInvalidDatabasePath() : void { - $db = $GLOBALS['CONFIG']['db']['core']['masters']['admin']; + $db = $GLOBALS['CONFIG']['db']['core']['masters']['admin']; $db['database'] = 'invalid.sqlite'; $sqlite = new SQLiteConnection($db);