function AJAXCommandsTestCase::getInfo

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.