final class TestResult (View source)

internal  This class is not covered by the backward compatibility promise for PHPUnit
 

Methods

__construct(TestMethod $test, TestStatus $status, Throwable|null $throwable)

No description

test()

No description

status()

No description

bool
hasThrowable()

No description

Throwable|null
throwable()

No description

Details

__construct(TestMethod $test, TestStatus $status, Throwable|null $throwable)

No description

Parameters

TestMethod $test
TestStatus $status
Throwable|null $throwable

TestMethod test()

No description

Return Value

TestMethod

TestStatus status()

No description

Return Value

TestStatus

bool hasThrowable()

No description

Return Value

bool

Throwable|null throwable()

No description

Return Value

Throwable|null