Lggr
|
Public Member Functions | |
__construct ($message, $code, $file, $line, $trace) | |
getSyntheticFile () | |
getSyntheticLine () | |
getSyntheticTrace () | |
![]() | |
toString () | |
![]() | |
__construct ($message='', $code=0, \Exception $previous=null) | |
getSerializableTrace () | |
__toString () | |
__sleep () | |
Protected Attributes | |
$syntheticFile = '' | |
$syntheticLine = 0 | |
$syntheticTrace = [] | |
![]() | |
$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 | ( | ) |