Phalcon\Test\Unit\Di\ServiceTest::_before PHP Method

_before() protected method

executed before each test
protected _before ( )
    protected function _before()
    {
        parent::_before();
        require_once PATH_DATA . 'di/SomeService.php';
    }