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

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 )
getSubscribedEvents ( )
onFirstRun ( FirstRunEvent $event )
onMutation ( MutationEvent $event )
onMutationCreated ( MutationCreatedEvent $event )
onMutationCreatedDone ( MutationCreatedEvent $event )
onMutationsDone ( MutationsDoneEvent $event )
onParseTestedFiles ( ParseTestedFilesEvent $event )
onParseTestedFilesEnd ( UnitsResultEvent $event )
progress ( $char )

Method Details

__construct() public method

public __construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$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

onMutation() public method

public onMutation ( MutationEvent $event )
$event Hal\MutaTesting\Event\MutationEvent

onMutationCreated() public method

public onMutationCreated ( MutationCreatedEvent $event )
$event Hal\MutaTesting\Event\MutationCreatedEvent

onMutationCreatedDone() public method

public onMutationCreatedDone ( MutationCreatedEvent $event )
$event Hal\MutaTesting\Event\MutationCreatedEvent

onMutationsDone() public method

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

onParseTestedFiles() public method

onParseTestedFilesEnd() public method

public onParseTestedFilesEnd ( UnitsResultEvent $event )
$event Hal\MutaTesting\Event\UnitsResultEvent

progress() public method

public progress ( $char )