SuiteEvent
extends Event
Table of Contents
Properties
-
$result
: TestResult
-
$settings
: array<string|int, mixed>
-
$suite
: TestSuite
Methods
-
__construct()
: mixed
-
getResult()
: TestResult
-
getSettings()
: mixed
-
getSuite()
: Suite
$result
protected
TestResult
$result
$settings
protected
array<string|int, mixed>
$settings
$suite
protected
TestSuite
$suite
__construct()
public
__construct(TestSuite $suite[, TestResult $result = null ][, mixed $settings = [] ]) : mixed
Parameters
-
$suite
: TestSuite
-
-
$result
: TestResult
= null
-
-
$settings
: mixed
= []
-
getResult()
public
getResult() : TestResult
getSettings()
public
getSettings() : mixed
getSuite()
public
getSuite() : Suite