function FormsTestCase::getInfo

File

modules/simpletest/tests/form.test, line 10

Class

FormsTestCase
@file Unit tests for the Drupal Form API.

Code

public static function getInfo() {
    return array(
        'name' => 'Form element validation',
        'description' => 'Tests various form element validation mechanisms.',
        'group' => 'Form API',
    );
}

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