You are here

public static function FaqAskCRUDTestClass::getInfo in FAQ_Ask 6.2

Implementation of getInfo().

Overrides FaqAskTestCase::getInfo

File

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

Class

FaqAskCRUDTestClass

Code

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