You are here

public static function AuthcacheFormTestTokenRemoval::getInfo in Authenticated User Page Caching (Authcache) 7.2

Return information about the test class.

File

modules/authcache_form/tests/authcache_form.test, line 401
Test classes for Authcache Form module.

Class

AuthcacheFormTestTokenRemoval
Test form token removal method

Code

public static function getInfo() {
  return array(
    'name' => 'Form token removal',
    'description' => 'Make forms cacheable by removing CSRF form tokens',
    'group' => 'Authcache Form',
  );
}