You are here

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

File

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

Class

AuthcacheCookiesTestCase
Test cookie management.

Code

public static function getInfo() {
  return array(
    'name' => 'Cookie API',
    'description' => 'Test cookie management',
    'group' => 'Authcache',
  );
}