public static function WorkbenchModerationViewUnpublishedTestCase::getInfo in Workbench Moderation 7.3
Same name and namespace in other branches
- 7.2 tests/workbench_moderation.test \WorkbenchModerationViewUnpublishedTestCase::getInfo()
File
- tests/
workbench_moderation.perms.test, line 36 - Permissions-related tests for workbench_moderation.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'View all unpublished content',
'description' => 'Create a user who can view unpublished content. Create a node and leave it unpublished. Try to view it.',
'group' => 'Workbench Moderation',
);
}