public static function FormStateValuesCleanTestCase::getInfo

File

drupal/modules/simpletest/tests/form.test, line 1506
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',
  );
}