eZ\Publish\Core\REST\Server\Tests\Input\Parser\ContentTypeCreateTest::getInputArray PHP Method

getInputArray() protected method

Returns the array under test.
protected getInputArray ( ) : array
return array
    protected function getInputArray()
    {
        return array('identifier' => 'new_content_type', 'mainLanguageCode' => 'eng-US', 'remoteId' => 'remote123456', 'urlAliasSchema' => '<title>', 'nameSchema' => '<title>', 'isContainer' => 'true', 'defaultSortField' => 'PATH', 'defaultSortOrder' => 'ASC', 'defaultAlwaysAvailable' => 'true', 'names' => array('value' => array(array('_languageCode' => 'eng-US', '#text' => 'New content type'))), 'descriptions' => array('value' => array(array('_languageCode' => 'eng-US', '#text' => 'New content type description'))), 'modificationDate' => '2012-12-31T12:30:00', 'User' => array('_href' => '/user/users/14'), 'FieldDefinitions' => array('FieldDefinition' => array(array(), array())));
    }