public static function AuthcacheTestBackend::getInfo in Authenticated User Page Caching (Authcache) 7.2
Return information about the test case.
File
- tests/
authcache.backend.test, line 23 - Test cases for pluggable cache backends.
Class
- AuthcacheTestBackend
- Cover authcache module.
Code
public static function getInfo() {
return array(
'name' => 'Cache Backends',
'description' => 'Tests for pluggable cache backends',
'group' => 'Authcache',
);
}