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