You are here

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

File

modules/authcache_p13n/tests/authcache_p13n.session.test, line 17
Define test for browser cache invalidation.

Class

AuthcacheP13nTestSession
Tests browser cache invalidation.

Code

public static function getInfo() {
  return array(
    'name' => 'Browser Session',
    'description' => 'Test hooks and functions for browser cache invalidation',
    'group' => 'Authcache Personalization',
  );
}