You are here

function ActionsContentTest::get_info in SimpleTest 6

Implementation of get_info() for information

File

tests/content_actions.test, line 9

Class

ActionsContentTest

Code

function get_info() {
  return array(
    'name' => t('Actions content'),
    'desc' => t('Perform various tests with content actions.'),
    'group' => 'Actions',
  );
}