diff --git a/tests/DataStorage/Database/DatabasePoolTest.php b/tests/DataStorage/Database/DatabasePoolTest.php index 455ae16f6..a772a94c9 100755 --- a/tests/DataStorage/Database/DatabasePoolTest.php +++ b/tests/DataStorage/Database/DatabasePoolTest.php @@ -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); }