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