Documentation

TestSuite extends TestSuite
in package

Table of Contents

run()  : TestResult
Runs the tests and collects their result in a TestResult.

Methods

run()

Runs the tests and collects their result in a TestResult.

public run([TestResult $result = null ]) : TestResult
Parameters
$result : TestResult = null

A test result.

Return values
TestResult

Search results