eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\RestUserGroupTest::getBasicRestUserGroup PHP Method

getBasicRestUserGroup() protected method

protected getBasicRestUserGroup ( )
    protected function getBasicRestUserGroup()
    {
        return new RestUserGroup(new Values\User\UserGroup(), $this->getMockForAbstractClass('eZ\\Publish\\API\\Repository\\Values\\ContentType\\ContentType'), 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' => new \DateTime('2012-09-05 15:27 Europe/Berlin'), 'alwaysAvailable' => true, 'remoteId' => 'abc123', 'mainLanguageCode' => 'eng-US', 'mainLocationId' => 'location23', 'contentTypeId' => 'contentType23')), new Values\Content\Location(array('pathString' => '/1/2/23', 'path' => array(1, 2, 23))), array());
    }