public static function FaqTestCase::getInfo in Frequently Asked Questions 6
Same name and namespace in other branches
- 7.2 faq.test \FaqTestCase::getInfo()
- 7 faq.test \FaqTestCase::getInfo()
2 methods override FaqTestCase::getInfo()
File
- ./
faq.test, line 19 - Test FAQ functionality Base test class. All tests inherits this one. Hugely based on code from the test file block.test by boombatower
Class
- FaqTestCase
- Base class that is extended by test cases.
Code
public static function getInfo() {
return array(
'name' => t('FAQ functionality'),
'description' => t('Base class. No tests here.'),
'group' => t('Frequently Asked Questions'),
);
}