eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\RestContentTest::getBasicRestContent PHP Method

getBasicRestContent() protected method

protected getBasicRestContent ( )
    protected function getBasicRestContent()
    {
        return new RestContent(new ContentInfo(array('id' => 'content23', 'name' => 'Sindelfingen', 'sectionId' => 'section23', 'currentVersionNo' => 5, 'published' => true, 'ownerId' => 'user23', 'modificationDate' => new \DateTime('2012-09-05 15:27 Europe/Berlin'), 'publishedDate' => null, 'alwaysAvailable' => true, 'remoteId' => 'abc123', 'mainLanguageCode' => 'eng-US', 'mainLocationId' => 'location23', 'contentTypeId' => 'contentType23')), new Values\Content\Location(array('pathString' => '/1/2/23')), null);
    }