Phalcon\Test\Unit\Mvc\Model\ManagerTest::_before PHP Method

_before() protected method

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