You are here

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

File

./authcache.test, line 1374
Tests for system.module.

Class

AuthcacheAnonymousKeysTestCase
Test key computation and handling

Code

public static function getInfo() {
  return array(
    'name' => 'Anonymous User Keys',
    'description' => 'Test key computation for anonymous users',
    'group' => 'Authcache',
  );
}