PhpSpec\Formatter\BasicFormatter::getStatisticsCollector PHP Method

getStatisticsCollector() protected method

protected getStatisticsCollector ( ) : PhpSpec\Listener\StatisticsCollector
return PhpSpec\Listener\StatisticsCollector
    protected function getStatisticsCollector()
    {
        return $this->stats;
    }