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

Public Member Functions

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

Static Public Member Functions

static fromConstraints (Constraint ... $constraints)
 

Protected Attributes

 $constraints = []
 
- Protected Attributes inherited from PHPUnit\Framework\Constraint\Constraint
 $exporter
 

Additional Inherited Members

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

Detailed Description

Logical OR.

Member Function Documentation

◆ count()

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

Counts the number of constraint elements.

Returns
int

Reimplemented from PHPUnit\Framework\Constraint\Constraint.

◆ evaluate()

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

◆ setConstraints()

PHPUnit\Framework\Constraint\LogicalOr::setConstraints ( array  $constraints)
Parameters
Constraint[]$constraints

◆ toString()

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