kahlan\Specification::_specStart PHP Method

_specStart() protected method

Spec start helper.
protected _specStart ( )
    protected function _specStart()
    {
        $this->report('specStart', $this);
        if ($this->_parent) {
            $this->_parent->runCallbacks('beforeEach');
        }
    }