Phalcon\Test\Unit\Mvc\Model\Query\BuilderTest::_before PHP Method

_before() protected method

protected _before ( )
    protected function _before()
    {
        parent::_before();
        /** @var \Phalcon\Mvc\Application $app */
        $app = $this->tester->getApplication();
        $this->di = $app->getDI();
    }