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

Public Member Functions

 __construct ($value)
 
 toString ()
 
- Public Member Functions inherited from PHPUnit\Framework\Constraint\Constraint
 evaluate ($other, $description='', $returnResult=false)
 
 count ()
 

Protected Member Functions

 matches ($other)
 
 fail ($other, $description, ComparisonFailure $comparisonFailure=null)
 
- Protected Member Functions inherited from PHPUnit\Framework\Constraint\Constraint
 additionalFailureDescription ($other)
 
 failureDescription ($other)
 

Protected Attributes

 $value
 
- Protected Attributes inherited from PHPUnit\Framework\Constraint\Constraint
 $exporter
 

Detailed Description

Asserts whether or not two JSON objects are equal.

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Framework\Constraint\JsonMatches::__construct (   $value)

Creates a new constraint.

Parameters
string$value

Member Function Documentation

◆ fail()

PHPUnit\Framework\Constraint\JsonMatches::fail (   $other,
  $description,
ComparisonFailure  $comparisonFailure = null 
)
protected

Throws an exception for the given compared value and test description

Parameters
mixed$otherEvaluated value or object.
string$descriptionAdditional information about the test
ComparisonFailure$comparisonFailure
Exceptions
ExpectationFailedException

Reimplemented from PHPUnit\Framework\Constraint\Constraint.

◆ matches()

PHPUnit\Framework\Constraint\JsonMatches::matches (   $other)
protected

Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.

This method can be overridden to implement the evaluation algorithm.

Parameters
mixed$otherValue or object to evaluate.
Returns
bool

Reimplemented from PHPUnit\Framework\Constraint\Constraint.

◆ toString()

PHPUnit\Framework\Constraint\JsonMatches::toString ( )

Returns a string representation of the object.

Returns
string

Implements PHPUnit\Framework\SelfDescribing.


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