Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
PhpGitHooks
Module
PhpUnit
Contract
Command
PhpUnitToolCommand
PHP Class PhpGitHooks\Module\PhpUnit\Contract\Command\PhpUnitToolCommand
Inheritance:
implements
Bruli\EventBusBundle\CommandBus\CommandInterface
Afficher le fichier
Open project: bruli/php-git-hooks
Méthodes publiques
Méthode
Description
__construct
(
boolean
$randomMode
,
string
|
null
$options
,
string
$errorMessage
)
PhpUnitToolCommand constructor.
getErrorMessage
( ) :
string
getOptions
( ) :
null
|
string
isRandomMode
( ) :
boolean
Method Details
__construct()
public
méthode
PhpUnitToolCommand constructor.
public
__construct
(
boolean
$randomMode
,
string
|
null
$options
,
string
$errorMessage
)
$randomMode
boolean
$options
string
|
null
$errorMessage
string
getErrorMessage()
public
méthode
public
getErrorMessage
( ) :
string
Résultat
string
getOptions()
public
méthode
public
getOptions
( ) :
null
|
string
Résultat
null
|
string
isRandomMode()
public
méthode
public
isRandomMode
( ) :
boolean
Résultat
boolean