Documentation

Test extends Countable

Tags
no-named-arguments

Parameter names are not covered by the backward compatibility promise for PHPUnit

Table of Contents

run()  : TestResult
Runs a test and collects its result in a TestResult instance.

Methods

run()

Runs a test and collects its result in a TestResult instance.

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

Search results