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

Public Member Functions

 __construct (string $message, int $code, string $file, int $line, array $trace, string $diff)
 
 getDiff ()
 
- Public Member Functions inherited from PHPUnit\Framework\SyntheticError
 __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 ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ getDiff()

PHPUnit\Framework\PHPTAssertionFailedError::getDiff ( )

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