|
| $failedTest |
|
| $thrownException |
|
A TestFailure collects a failed test together with the caught exception.
◆ __construct()
PHPUnit\Framework\TestFailure::__construct |
( |
Test |
$failedTest, |
|
|
|
$t |
|
) |
| |
Constructs a TestFailure with the given test and exception.
- Parameters
-
Test | $failedTest | |
Throwable | $t | |
◆ exceptionMessage()
PHPUnit\Framework\TestFailure::exceptionMessage |
( |
| ) |
|
Returns the exception's message.
- Returns
- string
◆ exceptionToString()
static PHPUnit\Framework\TestFailure::exceptionToString |
( |
Throwable |
$e | ) |
|
|
static |
Returns a description for an exception.
- Parameters
-
- Returns
- string
◆ failedTest()
PHPUnit\Framework\TestFailure::failedTest |
( |
| ) |
|
Returns the failing test.
Note: The test object is not set when the test is executed in process isolation.
- See also
- Exception
- Returns
- Test|null
◆ getExceptionAsString()
PHPUnit\Framework\TestFailure::getExceptionAsString |
( |
| ) |
|
Returns a description for the thrown exception.
- Returns
- string
◆ getTestName()
PHPUnit\Framework\TestFailure::getTestName |
( |
| ) |
|
Returns the name of the failing test (including data set, if any).
- Returns
- string
◆ isFailure()
PHPUnit\Framework\TestFailure::isFailure |
( |
| ) |
|
◆ thrownException()
PHPUnit\Framework\TestFailure::thrownException |
( |
| ) |
|
Gets the thrown exception.
- Returns
- Throwable
◆ toString()
PHPUnit\Framework\TestFailure::toString |
( |
| ) |
|
Returns a short description of the failure.
- Returns
- string
The documentation for this class was generated from the following file:
- vendor/phpunit/phpunit/src/Framework/TestFailure.php