public static function FormStateValuesCleanTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ form.test, line 1528 - Unit tests for the Drupal Form API.
Class
- FormStateValuesCleanTestCase
- Test $form_state clearance.
Code
public static function getInfo() {
return array(
'name' => 'Form state values clearance',
'description' => 'Test proper removal of submitted form values using form_state_values_clean().',
'group' => 'Form API',
);
}