Lggr
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
PHPUnit\Framework\Constraint\GreaterThan Class Reference
Inheritance diagram for PHPUnit\Framework\Constraint\GreaterThan:
Inheritance graph
[legend]
Collaboration diagram for PHPUnit\Framework\Constraint\GreaterThan:
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)
 
- Protected Member Functions inherited from PHPUnit\Framework\Constraint\Constraint
 fail ($other, $description, ComparisonFailure $comparisonFailure=null)
 
 additionalFailureDescription ($other)
 
 failureDescription ($other)
 

Protected Attributes

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

Detailed Description

Constraint that asserts that the value it is evaluated for is greater than a given value.

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Framework\Constraint\GreaterThan::__construct (   $value)
Parameters
int | float$value

Member Function Documentation

◆ matches()

PHPUnit\Framework\Constraint\GreaterThan::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\GreaterThan::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: