You are here

public static function CreateFaqTestCase::getInfo in Frequently Asked Questions 7

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

Implementation of getInfo().

Overrides FaqTestCase::getInfo

File

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

Class

CreateFaqTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Create FAQ node'),
    'description' => t('Add, edit and delete FAQ nodes when FAQ module is enabled.'),
    'group' => t('Frequently Asked Questions'),
  );
}