function AJAXFrameworkTestCase::getInfo

File

modules/simpletest/tests/ajax.test, line 63

Class

AJAXFrameworkTestCase
Tests primary Ajax framework functions.

Code

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

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