PHP Class PhpGitHooks\Module\PhpUnit\Contract\Command\StrictCoverageCommand

Inheritance: implements Bruli\EventBusBundle\CommandBus\CommandInterface
Show file Open project: bruli/php-git-hooks

Public Methods

Method Description
__construct ( float $minimumCoverage, string $errorMessage ) StrictCoverageCommand constructor.
getErrorMessage ( ) : string
getMinimumCoverage ( ) : float

Method Details

__construct() public method

StrictCoverageCommand constructor.
public __construct ( float $minimumCoverage, string $errorMessage )
$minimumCoverage float
$errorMessage string

getErrorMessage() public method

public getErrorMessage ( ) : string
return string

getMinimumCoverage() public method

public getMinimumCoverage ( ) : float
return float