public static function FormsTriggeringElementTestCase::getInfo

File

drupal/modules/simpletest/tests/form.test, line 1879
Unit tests for the Drupal Form API.

Class

FormsTriggeringElementTestCase
Test that FAPI correctly determines $form_state['triggering_element'].

Code

public static function getInfo() {
  return array(
    'name' => 'Form triggering element determination',
    'description' => 'Test the determination of $form_state[\'triggering_element\'].',
    'group' => 'Form API',
  );
}