You are here

public static function ContactAttachSettingsFormTestCase::getInfo in Contact Attach 7

File

./contact_attach.test, line 13
Tests for the Contact Attach module.

Class

ContactAttachSettingsFormTestCase
Tests the Contact Attach settings form.

Code

public static function getInfo() {
  return array(
    'name' => 'Contact Attach settings form',
    'description' => 'Tests the settings form for the Contact Attach module.',
    'group' => 'Contact Attach',
  );
}