public static function ContactPersonalTestCase::getInfo

File

drupal/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',
  );
}