Hal\MutaTesting\Event\Subscriber\Format\ConsoleSubscriber::onMutationCreated PHP Method

onMutationCreated() public method

public onMutationCreated ( MutationCreatedEvent $event )
$event Hal\MutaTesting\Event\MutationCreatedEvent
    public function onMutationCreated(MutationCreatedEvent $event)
    {
        $this->progress('.');
    }