Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DConsecutiveParameters.php69 $this->verifyInvocation($invocation, $callIndex);
77 $this->verifyInvocation($invocation, $callIndex);
89 … private function verifyInvocation(PHPUnit_Framework_MockObject_Invocation $invocation, $callIndex) function in PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters