Phalcon\Test\Annotations\Adapter\BaseTest::getObject PHP Method

getObject() protected method

protected getObject ( $options )
    protected function getObject($options)
    {
        return $this->getMockForAbstractClass(Base::class, ['options' => $options], '', true, true, true, [], true);
    }