PHPSpec2\Listener\StatisticsCollector::getAllEvents PHP Method

getAllEvents() public method

public getAllEvents ( )
    public function getAllEvents()
    {
        return array_merge($this->passedEvents, $this->pendingEvents, $this->failedEvents, $this->brokenEvents);
    }