lithium\test\Report::_init PHP Method

_init() protected method

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