public static function AJAXCommandsTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ ajax.test, line 225
Class
- AJAXCommandsTestCase
- Tests Ajax framework commands.
Code
public static function getInfo() {
return array(
'name' => 'AJAX commands',
'description' => 'Performs tests on AJAX framework commands.',
'group' => 'AJAX',
);
}