Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php720 foreach ($this->getClassMethods($_type) as $method) {
793 $methods = $this->getClassMethods($mockClassName['fullClassName']);
815 $methods = array_merge($methods, $this->getClassMethods('Iterator'));
1295 public function getClassMethods($className) function in PHPUnit_Framework_MockObject_Generator
H A DMockBuilder.php198 $this->generator->getClassMethods($this->type),