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