public static function AuthcacheP13nTestDefaultRequestRouter::getInfo in Authenticated User Page Caching (Authcache) 7.2
File
- modules/
authcache_p13n/ tests/ authcache_p13n.frontcontroller.test, line 209 - Defines tests for authcache frontcontroller for personalized requests.
Class
- AuthcacheP13nTestDefaultRequestRouter
- Tests for default router.
Code
public static function getInfo() {
return array(
'name' => "Default Request Router",
'description' => 'Tests for the default request router class.',
'group' => 'Authcache Personalization',
);
}