Lggr
Public Member Functions | Static Public Member Functions | List of all members
CountConstraint Class Reference
Inheritance diagram for CountConstraint:
Inheritance graph
[legend]
Collaboration diagram for CountConstraint:
Collaboration graph
[legend]

Public Member Functions

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

Static Public Member Functions

static fromCount (int $count)
 

Additional Inherited Members

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

Member Function Documentation

◆ count()

CountConstraint::count ( )

Counts the number of constraint elements.

Returns
int

Reimplemented from PHPUnit\Framework\Constraint\Constraint.

◆ matches()

CountConstraint::matches (   $other)

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()

CountConstraint::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: