Kahlan\Reporter\Reporter::specEnd PHP Метод

specEnd() публичный Метод

Callback called after a spec execution.
public specEnd ( object $log = null )
$log object The log object of the whole spec.
    public function specEnd($log = null)
    {
        $this->_current++;
    }