public static function AuthcacheBuiltinTestCacheBackend::getInfo in Authenticated User Page Caching (Authcache) 7.2
Return information about the test class.
File
- modules/
authcache_builtin/ tests/ authcache_builtin.cache-backend.test, line 19 - Test cases for the Authcache Bultin Cache Backend module.
Class
- AuthcacheBuiltinTestCacheBackend
- Tests update functionality unrelated to the database.
Code
public static function getInfo() {
return array(
'name' => 'Cache backend',
'description' => 'Tests for the authcache cache backend based on the builtin drupal cache system.',
'group' => 'Authcache Builtin',
);
}