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

Public Member Functions

 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 accepts finite.

Member Function Documentation

◆ matches()

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

Evaluates the constraint for parameter $other. 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\IsFinite::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: