public static function TalkTests::getInfo in Talk 6
Same name and namespace in other branches
- 7 talk.test \TalkTests::getInfo()
File
- ./
talk.test, line 7
Class
Code
public static function getInfo() {
return array(
'name' => t('Basic talk tests'),
'description' => t('Some basic tests for the talk module, including going to the talk page and making sure the comment shows up.'),
'group' => t('Talk'),
);
}