public static function FormsTriggeringElementTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ form.test, line 1901 - 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',
);
}