6 calls to Constraint::reduce()
- BinaryOperator::reduce in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ Operator/ BinaryOperator.php - Reduces the sub-expression starting at $this by skipping degenerate sub-expression and returns first descendant constraint that starts a non-reducible sub-expression.
- BinaryOperator::reduce in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ Operator/ BinaryOperator.php - Reduces the sub-expression starting at $this by skipping degenerate sub-expression and returns first descendant constraint that starts a non-reducible sub-expression.
- LogicalNot::reduce in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ Operator/ LogicalNot.php - Reduces the sub-expression starting at $this by skipping degenerate sub-expression and returns first descendant constraint that starts a non-reducible sub-expression.
- LogicalNot::reduce in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ Operator/ LogicalNot.php - Reduces the sub-expression starting at $this by skipping degenerate sub-expression and returns first descendant constraint that starts a non-reducible sub-expression.
- UnaryOperator::failureDescription in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ Operator/ UnaryOperator.php - Returns the description of the failure.
- UnaryOperator::toString in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ Operator/ UnaryOperator.php - Returns a string representation of the constraint.