public static function FormCheckboxTestCase::getInfo in Drupal 7
File
- modules/simpletest/ tests/ form.test, line 2099 
- 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',
  );
}