eZ\Publish\Core\Repository\Tests\Service\Integration\UrlWildcardTest::getPartlyMockedURLWildcardService PHP Method

getPartlyMockedURLWildcardService() protected method

Injected Repository comes from {@see \getRepositoryMock()} and persistence handler from {@see \getPersistenceMock()}
protected getPartlyMockedURLWildcardService ( array $methods = null ) : URLWildcardService | PHPUnit_Framework_MockObject_MockObject
$methods array
return eZ\Publish\Core\Repository\URLWildcardService | PHPUnit_Framework_MockObject_MockObject
    protected function getPartlyMockedURLWildcardService(array $methods = null)
    {
        return $this->getMock('eZ\\Publish\\Core\\Repository\\URLWildcardService', $methods, array($this->getRepositoryMock(), $this->getPersistenceMock()->urlWildcardHandler()));
    }