PHP Class PhpGitHooks\Module\Configuration\Contract\Response\PhpUnitResponse

Mostra file Open project: bruli/php-git-hooks

Public Methods

Method Description
__construct ( boolean $phpunit, boolean $phpunitRandomMode, string | null $phpunitOptions ) PhpUnitResponse constructor.
getPhpunitOptions ( ) : null | string
isPhpunit ( ) : boolean
isPhpunitRandomMode ( ) : boolean

Method Details

__construct() public method

PhpUnitResponse constructor.
public __construct ( boolean $phpunit, boolean $phpunitRandomMode, string | null $phpunitOptions )
$phpunit boolean
$phpunitRandomMode boolean
$phpunitOptions string | null

getPhpunitOptions() public method

public getPhpunitOptions ( ) : null | string
return null | string

isPhpunit() public method

public isPhpunit ( ) : boolean
return boolean

isPhpunitRandomMode() public method

public isPhpunitRandomMode ( ) : boolean
return boolean