mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 13:28:39 +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
|
public function testInvalidDatabasePath() : void
|
||||||
{
|
{
|
||||||
$db = $GLOBALS['CONFIG']['db']['core']['masters']['admin'];
|
$db = $GLOBALS['CONFIG']['db']['core']['masters']['admin'];
|
||||||
$db['database'] = 'invalid.sqlite';
|
$db['database'] = 'invalid.sqlite';
|
||||||
|
|
||||||
$sqlite = new SQLiteConnection($db);
|
$sqlite = new SQLiteConnection($db);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user