public static function AuthcacheEsiTestCase::getInfo in Authenticated User Page Caching (Authcache) 7.2
Return info about the test class.
File
- modules/
authcache_esi/ tests/ authcache_esi.test, line 17 - Tests for ESI markup generator
Class
- AuthcacheEsiTestCase
- Test authcache esi
Code
public static function getInfo() {
return array(
'name' => 'Authcache ESI',
'description' => 'Test ESI markup generator',
'group' => 'Authcache ESI',
);
}