You are here

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

File

modules/authcache_p13n/tests/authcache_p13n.client.test, line 17
Defines tests for markup replacement clients.

Class

AuthcacheP13nTestClient
Tests update functionality unrelated to the database.

Code

public static function getInfo() {
  return array(
    'name' => 'Client Order',
    'description' => 'Test API for cache client modules (ajax/esi)',
    'group' => 'Authcache Personalization',
  );
}