public static function AuthcacheAuthenticatedKeysTestCase::getInfo in Authenticated User Page Caching (Authcache) 7.2
File
- ./
authcache.test, line 1490 - Tests for system.module.
Class
- AuthcacheAuthenticatedKeysTestCase
- Test key computation and handling.
Code
public static function getInfo() {
return array(
'name' => 'Authenticated Users Keys',
'description' => 'Test key computation for authenticated users',
'group' => 'Authcache',
);
}