function FormCheckboxTestCase::getInfo

File

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

Class

FormCheckboxTestCase
Tests checkbox element.

Code

public static function getInfo() {
    return array(
        'name' => 'Form API checkbox',
        'description' => 'Tests form API checkbox handling of various combinations of #default_value and #return_value.',
        'group' => 'Form API',
    );
}

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