Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php822 if ($this->canMockMethod($method)) {
841 if ($this->canMockMethod($methodReflections[$methodName])) {
1116 private function canMockMethod(ReflectionMethod $method) function in PHPUnit_Framework_MockObject_Generator