Searched refs:returnResult (Results 1 – 11 of 11) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
H A D | IsAnything.php | 28 * @param bool $returnResult Whether to return a result or throw an exception 34 public function evaluate($other, $description = '', $returnResult = false) argument 36 return $returnResult ? true : null;
|
H A D | Composite.php | 39 * @param bool $returnResult Whether to return a result or throw an exception 45 public function evaluate($other, $description = '', $returnResult = false) argument 51 $returnResult
|
H A D | Attribute.php | 41 * @param bool $returnResult Whether to return a result or throw an exception 47 public function evaluate($other, $description = '', $returnResult = false) argument 55 $returnResult
|
H A D | TraversableContainsOnly.php | 58 * @param bool $returnResult Whether to return a result or throw an exception 64 public function evaluate($other, $description = '', $returnResult = false) argument 75 if ($returnResult) {
|
H A D | Or.php | 51 * @param bool $returnResult Whether to return a result or throw an exception 57 public function evaluate($other, $description = '', $returnResult = false) argument 69 if ($returnResult) {
|
H A D | And.php | 59 * @param bool $returnResult Whether to return a result or throw an exception 65 public function evaluate($other, $description = '', $returnResult = false) argument 77 if ($returnResult) {
|
H A D | Not.php | 83 * @param bool $returnResult Whether to return a result or throw an exception 89 public function evaluate($other, $description = '', $returnResult = false) argument 93 if ($returnResult) {
|
H A D | Xor.php | 51 * @param bool $returnResult Whether to return a result or throw an exception 57 public function evaluate($other, $description = '', $returnResult = false) argument 74 if ($returnResult) {
|
H A D | IsIdentical.php | 55 * @param bool $returnResult Whether to return a result or throw an exception 61 public function evaluate($other, $description = '', $returnResult = false) argument 71 if ($returnResult) {
|
H A D | IsEqual.php | 100 * @param bool $returnResult Whether to return a result or throw an exception 106 public function evaluate($other, $description = '', $returnResult = false) argument 131 if ($returnResult) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Constraint.php | 37 * @param bool $returnResult Whether to return a result or throw an exception 43 public function evaluate($other, $description = '', $returnResult = false) argument 51 if ($returnResult) {
|