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);