Test
interface Test implements Countable (View source)
A Test can be run and collect its results.
Methods
Details
at line 27
TestResult
run(TestResult $result = null)
Runs a test and collects its result in a TestResult instance.