file-fetcher
Public Member Functions | Protected Attributes | List of all members
PHPUnit\Framework\SyntheticError Class Reference
Inheritance diagram for PHPUnit\Framework\SyntheticError:
PHPUnit\Framework\AssertionFailedError PHPUnit\Framework\Exception PHPUnit\Framework\SelfDescribing PHPUnit\Exception PHPUnit\Framework\PHPTAssertionFailedError PHPUnit\Framework\SyntheticSkippedError

Public Member Functions

 __construct (string $message, int $code, string $file, int $line, array $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, \Throwable $previous=null)
 
 __toString ()
 
 __sleep ()
 
 getSerializableTrace ()
 

Protected Attributes

 $syntheticFile = ''
 
 $syntheticLine = 0
 
 $syntheticTrace = []
 
- Protected Attributes inherited from PHPUnit\Framework\Exception
 $serializableTrace
 

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ getSyntheticFile()

PHPUnit\Framework\SyntheticError::getSyntheticFile ( )

◆ getSyntheticLine()

PHPUnit\Framework\SyntheticError::getSyntheticLine ( )

◆ getSyntheticTrace()

PHPUnit\Framework\SyntheticError::getSyntheticTrace ( )

Member Data Documentation

◆ $syntheticFile

PHPUnit\Framework\SyntheticError::$syntheticFile = ''
protected

◆ $syntheticLine

PHPUnit\Framework\SyntheticError::$syntheticLine = 0
protected

◆ $syntheticTrace

PHPUnit\Framework\SyntheticError::$syntheticTrace = []
protected

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