public static function FaqAskBlockTestClass::getInfo in FAQ_Ask 6.2
Implementation of getInfo().
Overrides FaqAskTestCase::getInfo
File
- ./
faq_ask.test, line 248 - Test FAQ 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('FAQ-Ask block'),
'description' => t('Access to block by anonymous and logged in user with rights.'),
'group' => t('FAQ-Ask'),
);
}