public static function AJAXElementValidation::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ ajax.test, line 591
Class
- AJAXElementValidation
- Miscellaneous Ajax tests using ajax_test module.
Code
public static function getInfo() {
return array(
'name' => 'Miscellaneous AJAX tests',
'description' => 'Various tests of AJAX behavior',
'group' => 'AJAX',
);
}