eZ\Publish\Core\Repository\Tests\Service\Mock\NameSchemaTest::getPartlyMockedNameSchemaService PHP 메소드

getPartlyMockedNameSchemaService() 보호된 메소드

Injected Repository comes from {@see \getRepositoryMock()}
protected getPartlyMockedNameSchemaService ( array $methods = null ) : NameSchemaService | PHPUnit_Framework_MockObject_MockObject
$methods array
리턴 eZ\Publish\Core\Repository\Helper\NameSchemaService | PHPUnit_Framework_MockObject_MockObject
    protected function getPartlyMockedNameSchemaService(array $methods = null)
    {
        return $this->getMock('eZ\\Publish\\Core\\Repository\\Helper\\NameSchemaService', $methods, array($this->getPersistenceMock()->contentTypeHandler(), $this->getContentTypeDomainMapperMock(), $this->getNameableFieldTypeRegistryMock()));
    }