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

Afficher le fichier Open project: bruli/php-git-hooks

Méthodes publiques

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

Method Details

__construct() public méthode

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

getPhpunitOptions() public méthode

public getPhpunitOptions ( ) : null | string
Résultat null | string

isPhpunit() public méthode

public isPhpunit ( ) : boolean
Résultat boolean

isPhpunitRandomMode() public méthode

public isPhpunitRandomMode ( ) : boolean
Résultat boolean