public static function FormStateValuesCleanTestCase::getInfo in SimpleTest 7
File
- tests/
form.test, line 469 - 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',
);
}