You are here

public static function FaqAskAccessTestClass::getInfo in FAQ_Ask 6.2

Implementation of getInfo().

Overrides FaqAskTestCase::getInfo

File

./faq_ask.test, line 307
Test FAQ functionality Base test class. All tests inherits this one. Hugely based on code from the test file block.test by boombatower

Class

FaqAskAccessTestClass

Code

public static function getInfo() {
  return array(
    'name' => t('Access to FAQ-Ask pages'),
    'description' => t('Access to pages by anonymous user and logged in user with rights.'),
    'group' => t('FAQ-Ask'),
  );
}