Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMatcher.php42 public $methodNameMatcher = null; variable in PHPUnit_Framework_MockObject_Matcher
73 if ($this->methodNameMatcher !== null) {
74 $list[] = 'where ' . $this->methodNameMatcher->toString();
105 if ($this->methodNameMatcher === null) {
141 $this->methodNameMatcher->toString(),
194 if ($this->methodNameMatcher === null) {
203 if (!$this->methodNameMatcher->matches($invocation)) {
210 $this->methodNameMatcher->toString(),
233 if ($this->methodNameMatcher === null) {
254 $this->methodNameMatcher->toString(),
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DInvocationMocker.php211 if ($this->matcher->methodNameMatcher === null) {
272 if ($this->matcher->methodNameMatcher !== null) {
287 …$this->matcher->methodNameMatcher = new PHPUnit_Framework_MockObject_Matcher_MethodName($constrain…