You are here

public static function FaqAccessTestClass::getInfo in Frequently Asked Questions 6

Same name and namespace in other branches
  1. 7.2 faq.test \FaqAccessTestClass::getInfo()
  2. 7 faq.test \FaqAccessTestClass::getInfo()

Overrides FaqTestCase::getInfo

File

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

Class

FaqAccessTestClass

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('Frequently Asked Questions'),
  );
}