eZ\Publish\Core\Repository\Tests\Service\Mock\NameSchemaTest::getPartlyMockedNameSchemaService PHP Method

getPartlyMockedNameSchemaService() protected method

Injected Repository comes from {@see \getRepositoryMock()}
protected getPartlyMockedNameSchemaService ( array $methods = null ) : NameSchemaService | PHPUnit_Framework_MockObject_MockObject
$methods array
return 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()));
    }