Lggr
Public Member Functions | Protected Attributes | List of all members
PHPUnit\Framework\SyntheticError Class Reference
Inheritance diagram for PHPUnit\Framework\SyntheticError:
Inheritance graph
[legend]
Collaboration diagram for PHPUnit\Framework\SyntheticError:
Collaboration graph
[legend]

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
 

Detailed Description

Creates a synthetic failed assertion.

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Framework\SyntheticError::__construct (   $message,
  $code,
  $file,
  $line,
  $trace 
)

Constructor.

Parameters
string$message
int$code
string$file
int$line
array$trace

Member Function Documentation

◆ getSyntheticFile()

PHPUnit\Framework\SyntheticError::getSyntheticFile ( )
Returns
string

◆ getSyntheticLine()

PHPUnit\Framework\SyntheticError::getSyntheticLine ( )
Returns
int

◆ getSyntheticTrace()

PHPUnit\Framework\SyntheticError::getSyntheticTrace ( )
Returns
array

The documentation for this class was generated from the following file: