HumHub Documentation (unofficial)

SuiteEvent extends Event
in package

Table of Contents

Properties

$result  : TestResult
$settings  : array<string|int, mixed>
$suite  : TestSuite

Methods

__construct()  : mixed
getResult()  : TestResult
getSettings()  : mixed
getSuite()  : Suite

Properties

$settings

protected array<string|int, mixed> $settings

Methods

__construct()

public __construct(TestSuite $suite[, TestResult $result = null ][, mixed $settings = [] ]) : mixed
Parameters
$suite : TestSuite
$result : TestResult = null
$settings : mixed = []

getResult()

public getResult() : TestResult
Return values
TestResult

        
On this page

Search results