function ActionsContentTest::get_info in SimpleTest 6
Implementation of get_info() for information
File
- tests/
content_actions.test, line 9
Class
Code
function get_info() {
return array(
'name' => t('Actions content'),
'desc' => t('Perform various tests with content actions.'),
'group' => 'Actions',
);
}