Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1538 $mockObject = $this->getMockObjectGenerator()->getMock(
1594 $mock = $this->getMockObjectGenerator()->getMock(
1628 $mockObject = $this->getMockObjectGenerator()->getMockForAbstractClass(
1664 $this->getMockObjectGenerator()->generateClassFromWsdl(
1673 $mockObject = $this->getMockObjectGenerator()->getMock(
1708 $mockObject = $this->getMockObjectGenerator()->getMockForTrait(
1741 return $this->getMockObjectGenerator()->getObjectForTrait(
2190 protected function getMockObjectGenerator() function in PHPUnit_Framework_TestCase