You are here

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

Return information about the test class.

File

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

Class

AuthcacheFormTestTokenDeferral
Test defer form tokens

Code

public static function getInfo() {
  return array(
    'name' => 'Form token defer',
    'description' => 'Defer retrieval of form tokens to AJAX/ESI phase',
    'group' => 'Authcache Form',
  );
}