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

Public Member Functions

 __construct ($message, ComparisonFailure $comparisonFailure=null, \Exception $previous=null)
 
 getComparisonFailure ()
 
- 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

 $comparisonFailure
 
- Protected Attributes inherited from PHPUnit\Framework\Exception
 $serializableTrace
 

Detailed Description

Exception for expectations which failed their check.

The exception contains the error message and optionally a SebastianBergmann\Comparator\ComparisonFailure which is used to generate diff output of the failed expectations.

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Framework\ExpectationFailedException::__construct (   $message,
ComparisonFailure  $comparisonFailure = null,
\Exception  $previous = null 
)
Parameters
string$message
ComparisonFailure | null$comparisonFailure
\Exception | null$previous

Member Function Documentation

◆ getComparisonFailure()

PHPUnit\Framework\ExpectationFailedException::getComparisonFailure ( )
Returns
null|ComparisonFailure

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