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