public static function FormStateValuesCleanAdvancedTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ form.test, line 1581 - Unit tests for the Drupal Form API.
Class
- FormStateValuesCleanAdvancedTestCase
- Tests $form_state clearance with form elements having buttons.
Code
public static function getInfo() {
return array(
'name' => 'Form state values clearance (advanced)',
'description' => 'Test proper removal of submitted form values using form_state_values_clean() when having forms with elements containing buttons like "managed_file".',
'group' => 'Form API',
);
}