function HeartbeatCommentsTest::getInfo in Heartbeat 6.4
Implementation of getInfo().
File
- modules/
heartbeat_comments/ tests/ heartbeatcomments.test, line 34
Class
- HeartbeatCommentsTest
- Class HeartbeatRulesTest
Code
function getInfo() {
return array(
'name' => t('Heartbeat comments test'),
'description' => t('Test heartbeat comments'),
'group' => t('Heartbeat'),
);
}