mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-03 19:28:41 +00:00
test fixes
This commit is contained in:
parent
4611258418
commit
ea2ba6aa7d
|
|
@ -52,7 +52,6 @@ final class DatabasePoolTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
/** @var array $CONFIG */
|
/** @var array $CONFIG */
|
||||||
self::assertTrue($this->dbPool->create('core', $GLOBALS['CONFIG']['db']['core']['masters']['admin']));
|
self::assertTrue($this->dbPool->create('core', $GLOBALS['CONFIG']['db']['core']['masters']['admin']));
|
||||||
$this->dbPool->get()->connect();
|
|
||||||
self::assertEquals($this->dbPool->get()->getStatus(), DatabaseStatus::OK);
|
self::assertEquals($this->dbPool->get()->getStatus(), DatabaseStatus::OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user