You are here

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

File

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

Class

AuthcachePolicyTestCase
Test cache policy rules, i.e. exclusion and cancelation.

Code

public static function getInfo() {
  return array(
    'name' => 'Cache policy',
    'description' => 'Test cache policy rules, i.e. exclusion and cancelation.',
    'group' => 'Authcache',
  );
}