public static function AuthcacheP13nTestFrontcontroller::getInfo in Authenticated User Page Caching (Authcache) 7.2
File
- modules/
authcache_p13n/ tests/ authcache_p13n.frontcontroller.test, line 18 - Defines tests for authcache frontcontroller for personalized requests.
Class
- AuthcacheP13nTestFrontcontroller
- Tests for authcache frontcontroller for personalized requests.
Code
public static function getInfo() {
return array(
'name' => "Front Controller",
'description' => 'Tests for the authcache front controller.',
'group' => 'Authcache Personalization',
);
}