public static function CRAUDFaq_AskTestCase::getInfo in FAQ_Ask 7
Implementation of getInfo().
Overrides Faq_AskTestCase::getInfo
File
- ./
faq_ask.test, line 555 - Test Faq_Ask functionality Base test class. All tests inherits this one Hugely based on code from the test file block.test by boombatower
Class
Code
public static function getInfo() {
return array(
'name' => t('CRAUD Unanswered Question'),
'description' => t('Create, Read, Answer, Update and Delete an Unanswered question'),
'group' => t('FAQ-Ask'),
);
}