Searched refs:methodNameMatcher (Results 1 – 2 of 2) sorted by relevance
42 public $methodNameMatcher = null; variable in PHPUnit_Framework_MockObject_Matcher73 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(),
211 if ($this->matcher->methodNameMatcher === null) {272 if ($this->matcher->methodNameMatcher !== null) {287 …$this->matcher->methodNameMatcher = new PHPUnit_Framework_MockObject_Matcher_MethodName($constrain…