public static function AuthcacheFormTestBaseFormIdToken::getInfo in Authenticated User Page Caching (Authcache) 7.2
Return information about the test class.
File
- modules/
authcache_form/ tests/ authcache_form.test, line 280 - Test classes for Authcache Form module.
Class
- AuthcacheFormTestBaseFormIdToken
- Test base form id token.
Code
public static function getInfo() {
return array(
'name' => 'Base form id token',
'description' => 'Use the same CSRF token for all forms derived from a common base form',
'group' => 'Authcache Form',
);
}