mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Automated formatting changes
This commit is contained in:
parent
892788ece2
commit
d46276184a
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user