Alcaeus\MongoDbAdapter\Tests\TestCase::getCheckDatabase PHP Method

getCheckDatabase() protected method

protected getCheckDatabase ( ) : MongoDB\Database
return MongoDB\Database
    protected function getCheckDatabase()
    {
        $client = $this->getCheckClient();
        return $client->selectDatabase('mongo-php-adapter');
    }