public static function AJAXElementValidation::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ ajax.test, line 504
Class
- AJAXElementValidation
- Miscellaneous Ajax tests using ajax_test module.
Código
public static function getInfo() {
return array(
'name' => 'Miscellaneous AJAX tests',
'description' => 'Various tests of AJAX behavior',
'group' => 'AJAX',
);
}