Searched refs:getClassMethods (Results 1 – 2 of 2) sorted by relevance
720 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
198 $this->generator->getClassMethods($this->type),