eZ\Publish\Core\REST\Server\Tests\Input\Parser\ContentUpdateTest::getValidInputData PHP Method

getValidInputData() protected method

Returns an array of valid input data for the parser.
protected getValidInputData ( ) : array
return array
    protected function getValidInputData()
    {
        return array('mainLanguageCode' => 'eng-GB', 'Section' => array('_href' => '/content/sections/23'), 'MainLocation' => array('_href' => '/content/locations/1/2/55'), 'Owner' => array('_href' => '/user/users/42'), 'alwaysAvailable' => 'false', 'remoteId' => '7e7afb135e50490a281dafc0aafb6dac', 'modificationDate' => '19/Sept/2012:14:05:00 +0200', 'publishDate' => '19/Sept/2012:14:05:00 +0200');
    }