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

Public Member Functions

 evaluate ($other, $description='', $returnResult=false)
 
 toString ()
 
 count ()
 

Additional Inherited Members

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

Detailed Description

Constraint that accepts any input value.

Member Function Documentation

◆ count()

PHPUnit\Framework\Constraint\IsAnything::count ( )

Counts the number of constraint elements.

Returns
int

Reimplemented from PHPUnit\Framework\Constraint\Constraint.

◆ evaluate()

PHPUnit\Framework\Constraint\IsAnything::evaluate (   $other,
  $description = '',
  $returnResult = false 
)

Evaluates the constraint for parameter $other

If $returnResult is set to false (the default), an exception is thrown in case of a failure. null is returned otherwise.

If $returnResult is true, the result of the evaluation is returned as a boolean value instead: true in case of success, false in case of a failure.

Parameters
mixed$otherValue or object to evaluate.
string$descriptionAdditional information about the test
bool$returnResultWhether to return a result or throw an exception
Returns
mixed
Exceptions
ExpectationFailedException

Reimplemented from PHPUnit\Framework\Constraint\Constraint.

◆ toString()

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