Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMatcher.php27 public $invocationMatcher; variable in PHPUnit_Framework_MockObject_Matcher
59 $this->invocationMatcher = $invocationMatcher;
69 if ($this->invocationMatcher !== null) {
70 $list[] = $this->invocationMatcher->toString();
99 if ($this->invocationMatcher === null) {
130 $this->invocationMatcher->invoked($invocation);
142 $this->invocationMatcher->toString(),
188 if ($this->invocationMatcher === null) {
227 if ($this->invocationMatcher === null) {
238 $this->invocationMatcher->verify();
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DInvocationMocker.php40 * @param PHPUnit_Framework_MockObject_Matcher_Invocation $invocationMatcher
43 …ction $collection, PHPUnit_Framework_MockObject_Matcher_Invocation $invocationMatcher, array $conf… argument
47 $invocationMatcher