You are here

public static function ContactSitewideTestCase::getInfo in Drupal 7

File

modules/contact/contact.test, line 11
Tests for the Contact module.

Class

ContactSitewideTestCase
Tests the site-wide contact form.

Code

public static function getInfo() {
  return array(
    'name' => 'Site-wide contact form',
    'description' => 'Tests site-wide contact form functionality.',
    'group' => 'Contact',
  );
}