public static function AuthcacheElementCacheabilityAPITestCase::getInfo in Authenticated User Page Caching (Authcache) 7.2
File
- ./
authcache.test, line 1657 - Tests for system.module.
Class
- AuthcacheElementCacheabilityAPITestCase
- Test API for suspecting and testing render-elements for cacheability.
Code
public static function getInfo() {
return array(
'name' => 'Element Cacheability API',
'description' => 'Test API for suspecting and testing render-elements for cacheability.',
'group' => 'Authcache',
);
}