You are here

public static function WorkbenchModerationViewUnpublishedTestCase::getInfo in Workbench Moderation 7.3

Same name and namespace in other branches
  1. 7.2 tests/workbench_moderation.test \WorkbenchModerationViewUnpublishedTestCase::getInfo()

File

tests/workbench_moderation.perms.test, line 36
Permissions-related tests for workbench_moderation.module.

Class

WorkbenchModerationViewUnpublishedTestCase

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',
  );
}