public static function AJAXCommandsTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ ajax.test, line 225
Class
- AJAXCommandsTestCase
- Tests Ajax framework commands.
Código
public static function getInfo() {
return array(
'name' => 'AJAX commands',
'description' => 'Performs tests on AJAX framework commands.',
'group' => 'AJAX',
);
}