function AJAXFormValuesTestCase::getInfo

File

modules/simpletest/tests/ajax.test, line 388

Class

AJAXFormValuesTestCase
Test that $form_state['values'] is properly delivered to $ajax['callback'].

Code

public static function getInfo() {
    return array(
        'name' => 'AJAX command form values',
        'description' => 'Tests that form values are properly delivered to AJAX callbacks.',
        'group' => 'AJAX',
    );
}

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