Searched refs:canMockMethod (Results 1 – 1 of 1) sorted by relevance
822 if ($this->canMockMethod($method)) {841 if ($this->canMockMethod($methodReflections[$methodName])) {1116 private function canMockMethod(ReflectionMethod $method) function in PHPUnit_Framework_MockObject_Generator