You are here

public static function ContactPersonalTestCase::getInfo in Contact 7.2

Same name and namespace in other branches
  1. 6.2 contact.test \ContactPersonalTestCase::getInfo()

File

./contact.test, line 288
Tests for contact.module.

Class

ContactPersonalTestCase
Test the personal contact form.

Code

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