Hal\MutaTesting\Event\Subscriber\Format\HtmlSubscriber::onFirstRun PHP Method

onFirstRun() public method

public onFirstRun ( FirstRunEvent $event )
$event Hal\MutaTesting\Event\FirstRunEvent
    public function onFirstRun(FirstRunEvent $event)
    {
        $this->units = $event->getUnits();
    }