Phalcon\Test\Unit\Di\ServiceTest::_before PHP 메소드

_before() 보호된 메소드

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