public static function AJAXCommandsTestCase::getInfo

7.x ajax.test public static AJAXCommandsTestCase::getInfo()

File

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