public static function ContactAttachContactFormsTestCase::getInfo in Contact Attach 7
File
- ./
contact_attach.test, line 219 - Tests for the Contact Attach module.
Class
- ContactAttachContactFormsTestCase
- Tests the Contact Attach functionality for site-wide and user contact forms.
Code
public static function getInfo() {
return array(
'name' => 'Contact Attach contact forms',
'description' => 'Tests attachment functionality on the site-wide and user contact forms.',
'group' => 'Contact Attach',
);
}