public static function AJAXFormValuesTestCase::getInfo

File

drupal/modules/simpletest/tests/ajax.test, line 386

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