ImboIntegrationTest\Database\MongoDBTest::getAdapter PHP Method

getAdapter() protected method

See also: ImboIntegrationTest\Database\DatabaseTests::getAdapter()
protected getAdapter ( )
    protected function getAdapter()
    {
        return new MongoDB(['databaseName' => $this->databaseName]);
    }