public static function FormCheckboxTestCase::getInfo

File

drupal/modules/simpletest/tests/form.test, line 2077
Unit tests for the Drupal Form API.

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