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