Home
last modified time | relevance | path

Searched refs:returnResult (Results 1 – 11 of 11) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsAnything.php28 * @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 DComposite.php39 * @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 DAttribute.php41 * @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 DTraversableContainsOnly.php58 * @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 DOr.php51 * @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 DAnd.php59 * @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 DNot.php83 * @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 DXor.php51 * @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 DIsIdentical.php55 * @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 DIsEqual.php100 * @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 DConstraint.php37 * @param bool $returnResult Whether to return a result or throw an exception
43 public function evaluate($other, $description = '', $returnResult = false) argument
51 if ($returnResult) {