You are here

public static function BlockFaq_AskTestCase::getInfo in FAQ_Ask 7

Implementation of getInfo().

Overrides Faq_AskTestCase::getInfo

File

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

BlockFaq_AskTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Ask a Question Block'),
    'description' => t('Ask a question via the Ask a Question Block'),
    'group' => t('FAQ-Ask'),
  );
}