Class Test
The main test fixture for Peridot.
- Peridot\Core\AbstractTest implements Peridot\Core\TestInterface uses Peridot\Core\HasEventEmitterTrait
- Peridot\Core\Test
Direct known subclasses
Peridot\Test\ItWasRun
public
|
|
public
boolean
|
|
public
|
#
run(
Execute the test along with any setup and tear down functions. |
protected
|
#
executeTest(
Attempt to execute setup functions and run the test definition |
protected
|
|
protected
|
#
runTearDown(
Run the tests tear down methods and have the result perform the method indicated by $action |
protected
callable|null
|
#
handleErrors(
Set an error handler to handle errors within the test |
protected
|
|
protected
|
#
failIfPassing( array & $action, mixed $error )
Fail the test, but do not overwrite existing failures |
getEventEmitter(),
setEventEmitter()
|
getEventEmitter(),
setEventEmitter()
|
$definition,
$definitionArguments,
$description,
$file,
$focused,
$parent,
$pending,
$scope,
$setUpFns,
$tearDownFns
|
$eventEmitter
|