function FormStateValuesCleanTestCase::getInfo

File

modules/simpletest/tests/form.test, line 1529

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.