eZ\Publish\Core\MVC\Symfony\Matcher\Tests\ContentBased\Matcher\Id\ContentTypeTest::generateContentInfoForContentType PHP Method

generateContentInfoForContentType() private method

Generates a ContentInfo object in respect of a given content type identifier.
private generateContentInfoForContentType ( integer $contentTypeId ) : PHPUnit_Framework_MockObject_MockObject
$contentTypeId integer
return PHPUnit_Framework_MockObject_MockObject
    private function generateContentInfoForContentType($contentTypeId)
    {
        return $this->getContentInfoMock(array('contentTypeId' => $contentTypeId));
    }