EvaluateTrait trait
Framework\Testing\Constraints\EvaluateTrait
Trait EvaluateTrait.
Defined in libraries/testing/src/Constraints/EvaluateTrait.php
Methods #
evaluate()
public function evaluate(mixed $other, string $description = '', bool $returnResult = false): ?bool
Parameters
- mixed $other
- string $description
- bool $returnResult
Returns
?bool
evaluateSuccess()
private function evaluateSuccess(mixed $other): bool
Parameters
- mixed $other
Returns
bool