eZ\Publish\Core\FieldType\Tests\RichText\Converter\LinkTest::getMockLocationService PHP Метод

getMockLocationService() защищенный Метод

protected getMockLocationService ( ) : PHPUnit_Framework_MockObject_MockObject
Результат PHPUnit_Framework_MockObject_MockObject
    protected function getMockLocationService()
    {
        return $this->getMockBuilder('eZ\\Publish\\Core\\Repository\\LocationService')->disableOriginalConstructor()->getMock();
    }