public static function AJAXCommandsTestCase::getInfo

File

drupal/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',
  );
}