public static function ContactPersonalTestCase::getInfo in Drupal 7
File
- modules/
contact/ contact.test, line 306 - Tests for the Contact module.
Class
- ContactPersonalTestCase
- Tests the personal contact form.
Code
public static function getInfo() {
return array(
'name' => 'Personal contact form',
'description' => 'Tests personal contact form functionality.',
'group' => 'Contact',
);
}