public static function AuthcacheP13nTestRequestBuilder::getInfo in Authenticated User Page Caching (Authcache) 7.2
File
- modules/
authcache_p13n/ tests/ authcache_p13n.request-builder.test, line 17 - Defines test classes for request builder.
Class
- AuthcacheP13nTestRequestBuilder
- Request builder test cases.
Code
public static function getInfo() {
return array(
'name' => 'Request Builder',
'description' => 'Tests for hooks and functions used to build and register request handlers',
'group' => 'Authcache Personalization',
);
}