mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58: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 */
|
||||
self::assertTrue($this->dbPool->create('core', $GLOBALS['CONFIG']['db']['core']['masters']['admin']));
|
||||
$this->dbPool->get()->connect();
|
||||
self::assertEquals($this->dbPool->get()->getStatus(), DatabaseStatus::OK);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user