lithium\test\Report::_init PHP 메소드

_init() 보호된 메소드

Initializer.
protected _init ( ) : void
리턴 void
    protected function _init()
    {
        $this->group = $this->_config['group'];
        $this->title = $this->_config['title'] ?: $this->_config['title'];
    }