Property | Type | Description | |
---|---|---|---|
$constraints | PHPUnit_Framework_Constraint[] |
Method | Description | |
---|---|---|
count ( ) : integer | Counts the number of constraint elements. | |
evaluate ( mixed $other ) : boolean | Evaluates the constraint for parameter $other. Returns TRUE if the constraint is met, FALSE otherwise. | |
setConstraints ( array $constraints ) | ||
toString ( ) : string | Returns a string representation of the constraint. |