|
Lggr
|


Public Member Functions | |
| __construct ($message, $code, $file, $line, $trace) | |
| getSyntheticFile () | |
| getSyntheticLine () | |
| getSyntheticTrace () | |
Public Member Functions inherited from PHPUnit\Framework\AssertionFailedError | |
| toString () | |
Public Member Functions inherited from PHPUnit\Framework\Exception | |
| __construct ($message='', $code=0, \Exception $previous=null) | |
| getSerializableTrace () | |
| __toString () | |
| __sleep () | |
Protected Attributes | |
| $syntheticFile = '' | |
| $syntheticLine = 0 | |
| $syntheticTrace = [] | |
Protected Attributes inherited from PHPUnit\Framework\Exception | |
| $serializableTrace | |
Creates a synthetic failed assertion.
| PHPUnit\Framework\SyntheticError::__construct | ( | $message, | |
| $code, | |||
| $file, | |||
| $line, | |||
| $trace | |||
| ) |
Constructor.
| string | $message | |
| int | $code | |
| string | $file | |
| int | $line | |
| array | $trace |
| PHPUnit\Framework\SyntheticError::getSyntheticFile | ( | ) |
| PHPUnit\Framework\SyntheticError::getSyntheticLine | ( | ) |
| PHPUnit\Framework\SyntheticError::getSyntheticTrace | ( | ) |
1.8.17