function ContactPersonalTestCase::getInfo

File

modules/contact/contact.test, line 306

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.