TestResult
final class TestResult (View source)
| internal | This class is not covered by the backward compatibility promise for PHPUnit |
Methods
Details
__construct(TestMethod $test, TestStatus $status, Throwable|null $throwable)
No description
TestMethod
test()
No description
TestStatus
status()
No description
bool
hasThrowable()
No description
Throwable|null
throwable()
No description