You are here

public static function FaqExistsFaq_AskTestCase::getInfo in FAQ_Ask 7

Implementation of getInfo().

Overrides Faq_AskTestCase::getInfo

File

./faq_ask.test, line 512
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

FaqExistsFaq_AskTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Does FAQ page exist?'),
    'description' => t('Verify that FAQ page exists when FAQ Ask module is enabled.'),
    'group' => t('FAQ-Ask'),
  );
}