Class Suite
Suites organize tests and other suites.
- Peridot\Core\AbstractTest implements Peridot\Core\TestInterface uses Peridot\Core\HasEventEmitterTrait
- Peridot\Core\Suite
public
boolean
|
|
public
|
#
applyFocusPatterns( string|null $focusPattern, string|null $skipPattern = null )
Set the focused status of the test and its children according to the supplied focus pattern and/or skip pattern |
public
|
|
public
array
|
|
public
|
|
public
|
|
public
mixed
|
|
public
|
|
protected
|
#
runTest(
Run a test and track its results. |
protected
array
|
getEventEmitter(),
setEventEmitter()
|
getEventEmitter(),
setEventEmitter()
|
protected
array
|
$tests
Tests belonging to this suite |
#
[]
|
protected
boolean
|
$halted
Has the suite been halted |
#
false
|
$definition,
$definitionArguments,
$description,
$file,
$focused,
$parent,
$pending,
$scope,
$setUpFns,
$tearDownFns
|
$eventEmitter
|