Webiny\Component\Mongo\Tests\MongoIndexTest::driverSet PHP Method

driverSet() public method

public driverSet ( )
    public function driverSet()
    {
        Mongo::setConfig(realpath(__DIR__ . '/' . self::CONFIG));
        return [[$this->mongo()]];
    }