eZ\Publish\Core\SignalSlot\Tests\ServiceTest::getContentInfo PHP Method

getContentInfo() protected method

Creates a content info from $contentId and $remoteId.
protected getContentInfo ( mixed $contentId, mixed $remoteId ) : eZ\Publish\API\Repository\Values\Content\ContentInfo
$contentId mixed
$remoteId mixed
return eZ\Publish\API\Repository\Values\Content\ContentInfo
    protected function getContentInfo($contentId, $remoteId)
    {
        return new ContentInfo(array('id' => $contentId, 'remoteId' => $remoteId));
    }