You are here

function ContentCrudSingleToMultipleTest::get_info in Content Construction Kit (CCK) 6

File

tests/content.crud.test, line 362

Class

ContentCrudSingleToMultipleTest

Code

function get_info() {
  return array(
    'name' => t('CCK CRUD API - Single to multiple'),
    'desc' => t('Tests the CRUD (create, read, update, delete) API for content types by creating a single value field and chaning it to a multivalue field, sharing it between several content types.'),
    'group' => t('CCK'),
  );
}