public static function AuthcacheFormTestCacheLifespan::getInfo in Authenticated User Page Caching (Authcache) 7.2
Return information about the test class.
File
- modules/
authcache_form/ tests/ authcache_form.test, line 813 - Test classes for Authcache Form module.
Class
- AuthcacheFormTestCacheLifespan
- Test form extended lifespan.
Code
public static function getInfo() {
return array(
'name' => 'Form cache lifespan',
'description' => 'Extend the lifespan of form cache entries',
'group' => 'Authcache Form',
);
}