You are here

function AJAXCommandsTestCase::getInfo in SimpleTest 7

File

tests/ajax.test, line 58

Class

AJAXCommandsTestCase
Tests AJAX framework commands.

Code

function getInfo() {
  return array(
    'name' => 'AJAX commands',
    'description' => 'Performs tests on AJAX framework commands.',
    'group' => 'AJAX',
  );
}