Lggr
Public Member Functions | List of all members
PHPUnit\Framework\Test Interface Reference
Inheritance diagram for PHPUnit\Framework\Test:
Inheritance graph
[legend]
Collaboration diagram for PHPUnit\Framework\Test:
Collaboration graph
[legend]

Public Member Functions

 run (TestResult $result=null)
 

Detailed Description

A Test can be run and collect its results.

Member Function Documentation

◆ run()

PHPUnit\Framework\Test::run ( TestResult  $result = null)

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

Parameters
TestResult$result
Returns
TestResult

Implemented in PHPUnit\Framework\TestCase, PHPUnit\Framework\TestSuite, PHPUnit\Runner\PhptTestCase, and DoubleTestCase.


The documentation for this interface was generated from the following file: