public static function AJAXFormPageCacheTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ ajax.test, line 514
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',
);
}