Property | Type | Description | |
---|---|---|---|
$command | string | ||
$files | string | Directory of test files or single test file to run. Appended to the command and arguments. |
Method | Description | |
---|---|---|
__construct ( $pathToPhpUnit = null ) | ||
bootstrap ( string $file ) | ||
configFile ( string $file ) | ||
debug ( ) | ||
excludeGroup ( string $group ) | ||
file ( string $file ) | Test the provided file. | |
files ( string $files ) | Directory of test files or single test file to run. | |
filter ( string $filter ) | ||
getCommand ( ) | ||
group ( string $group ) | ||
json ( string $file = null ) | adds log-json option to runner | |
run ( ) | ||
tap ( string $file = "" ) | ||
xml ( string $file = null ) | adds log-junit option |
protected string $files | ||
return | string |