public static function CRUDFaqTestCase::getInfo in Frequently Asked Questions 6
Overrides FaqTestCase::getInfo
File
- ./
faq.test, line 171 - Test FAQ functionality Base test class. All tests inherits this one. Hugely based on code from the test file block.test by boombatower
Class
Code
public static function getInfo() {
return array(
'name' => t('CRUD FAQ node'),
'description' => t('Create, Read, Update and Delete a FAQ node.'),
'group' => t('Frequently Asked Questions'),
);
}