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

Public Member Functions

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

Protected Member Functions

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

Additional Inherited Members

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

Detailed Description

Constraint that evaluates against a specified closure.

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Framework\Constraint\Callback::__construct (   $callback)
Parameters
callable$callback
Exceptions

Member Function Documentation

◆ matches()

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

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

Parameters
mixed$otherValue or object to evaluate.
Returns
bool

Reimplemented from PHPUnit\Framework\Constraint\Constraint.

◆ toString()

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

Returns a string representation of the constraint.

Returns
string

Implements PHPUnit\Framework\SelfDescribing.


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