Method |
Description |
|
__construct ( ) |
|
|
areColorsEnabled ( ) : boolean |
Check if output colors are disabled |
|
areColorsEnabledExplicit ( ) : boolean |
Check if output colors are explicitly enabled. |
|
disableColors ( ) |
Disable output colors |
|
enableColorsExplicit ( ) |
Force output colors even without TTY support. |
|
getConfigurationFile ( ) : string |
Return the path to the Peridot configuration file. Returns a relative
path if it exists, otherwise return the provided value |
|
getDsl ( ) : string |
Get the path to a DSL file containing
test functions to use |
|
getGrep ( ) : string |
Returns the pattern used to load tests |
|
getPath ( ) : string |
Return the path being searched for tests |
|
getReporter ( ) : string |
Return the name of the reporter configured for use |
|
setConfigurationFile ( string $configurationFile ) |
Set the path to a Peridot configuration file |
|
setDsl ( string $dsl ) |
Set the path to a DSL file for defining
the test language used |
|
setGrep ( string $grep ) |
Set the pattern used to load tests |
|
setPath ( string $path ) |
Set the path to load tests from |
|
setReporter ( string $reporter ) |
Set the name of the reporter to use |
|
shouldStopOnFailure ( ) : boolean |
Check if the suite runner should stop on failure |
|
stopOnFailure ( ) |
Stop the suite runner when a failure occurs |
|