PHP Class Hal\MutaTesting\Event\Subscriber\Format\HtmlSubscriber

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Show file Open project: halleck45/mutatesting

Public Methods

Method Description
__construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $filename )
getSubscribedEvents ( )
onFirstRun ( FirstRunEvent $event )
onMutationsDone ( MutationsDoneEvent $event )

Method Details

__construct() public method

public __construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $filename )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

onFirstRun() public method

public onFirstRun ( FirstRunEvent $event )
$event Hal\MutaTesting\Event\FirstRunEvent

onMutationsDone() public method

public onMutationsDone ( MutationsDoneEvent $event )
$event Hal\MutaTesting\Event\MutationsDoneEvent