function AJAXFormPageCacheTestCase::getInfo

File

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

Class

AJAXFormPageCacheTestCase
Test Ajax forms when page caching for anonymous users is turned on.

Code

public static function getInfo() {
    return array(
        'name' => 'AJAX forms on cached pages',
        'description' => 'Tests that AJAX forms work properly for anonymous users on cached pages.',
        'group' => 'AJAX',
    );
}

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