PhpSpec\Formatter\TapFormatter::afterSuite PHP Method

afterSuite() public method

public afterSuite ( SuiteEvent $event )
$event PhpSpec\Event\SuiteEvent
    public function afterSuite(SuiteEvent $event)
    {
        $this->getIO()->writeln(sprintf(self::PLAN, $this->getStatisticsCollector()->getEventsCount()));
    }