Automated formatting changes

This commit is contained in:
Formatter Bot 2021-10-24 11:24:52 +00:00
parent 892788ece2
commit d46276184a

View File

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