Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DParameters.php35 private $parameterVerificationResult; variable in PHPUnit_Framework_MockObject_Matcher_Parameters
79 $this->parameterVerificationResult = null;
82 $this->parameterVerificationResult = $this->verify();
84 return $this->parameterVerificationResult;
86 $this->parameterVerificationResult = $e;
88 throw $this->parameterVerificationResult;
103 if (isset($this->parameterVerificationResult)) {
152 if ($this->parameterVerificationResult instanceof Exception) {
153 throw $this->parameterVerificationResult;
156 return (bool) $this->parameterVerificationResult;