function ContentCrudMultipleToSingleTest::get_info in Content Construction Kit (CCK) 6
File
- tests/
content.crud.test, line 434
Class
Code
function get_info() {
return array(
'name' => t('CCK CRUD API - Multiple to single'),
'desc' => t('Tests the CRUD (create, read, update, delete) API for content types by creating a multivalue field and chaning it to a single value field, sharing it between several content types.'),
'group' => t('CCK'),
);
}