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