PHPSpec2\Listener\StatisticsCollector::getCountsHash PHP Method

getCountsHash() public method

public getCountsHash ( )
    public function getCountsHash()
    {
        return array('passed' => count($this->getPassedEvents()), 'pending' => count($this->getPendingEvents()), 'failed' => count($this->getFailedEvents()), 'broken' => count($this->getBrokenEvents()));
    }