function DrupalForumTestCase::get_info in SimpleTest 6
Implementation of get_info() for information
3 methods override DrupalForumTestCase::get_info()
- AddForumTest::get_info in tests/
forum_module.test - Implementation of get_info() for information
- AddTopicToForum::get_info in tests/
forum_module.test - Implementation of get_info() for information
- EditForumTaxonomyTest::get_info in tests/
forum_module.test - Implementation of get_info() for information
File
- tests/
forum_module.test, line 7
Class
Code
function get_info() {
return array(
'name' => t('Forum test functions'),
'desc' => 'Helps the forum test cases run by providing common functions. Does not need to be checked.',
'group' => 'Forum',
);
}