PHP Class PhpGitHooks\Module\PhpUnit\Contract\CommandHandler\StrictCoverageToolCommandHandler

Inheritance: implements Bruli\EventBusBundle\CommandBus\CommandHandlerInterface
Show file Open project: bruli/php-git-hooks Class Usage Examples

Public Methods

Method Description
__construct ( StrictCoverageToolExecutor $strictCoverageToolExecutor ) StrictCoverageToolCommandHandler constructor.
handle ( Bruli\EventBusBundle\CommandBus\CommandInterface $command )

Method Details

__construct() public method

StrictCoverageToolCommandHandler constructor.
public __construct ( StrictCoverageToolExecutor $strictCoverageToolExecutor )
$strictCoverageToolExecutor PhpGitHooks\Module\PhpUnit\Service\StrictCoverageToolExecutor

handle() public method

public handle ( Bruli\EventBusBundle\CommandBus\CommandInterface $command )
$command Bruli\EventBusBundle\CommandBus\CommandInterface