public static function FormCheckboxTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ form.test, line 1741 - Unit tests for the Drupal Form API.
Class
- FormCheckboxTestCase
- Tests checkbox element.
Código
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',
);
}