Bolt\Tests\Mocks\DoctrineMockBuilder::getAbstractMock PHP 메소드

getAbstractMock() 보호된 메소드

protected getAbstractMock ( string $class, array $methods ) : PHPUnit_Framework_MockObject_MockObject
$class string The class name
$methods array The available methods
리턴 PHPUnit_Framework_MockObject_MockObject
    protected function getAbstractMock($class, array $methods)
    {
        return $this->getMockForAbstractClass($class, [], '', true, true, true, $methods, false);
    }