public static function AuthcacheUserTest::getInfo in Authenticated User Page Caching (Authcache) 7.2
File
- modules/
authcache_user/ authcache_user.test, line 18 - Test cases for the Authcache User module.
Class
- AuthcacheUserTest
- Tests for markup substitution.
Code
public static function getInfo() {
return array(
'name' => 'Authcache User',
'description' => 'Test markup substitution and fragment generation for currently logged in user',
'group' => 'Authcache User',
);
}