You are here

public static function WorkbenchModerationFilesTestCase::getInfo in Workbench Moderation 7.3

Same name and namespace in other branches
  1. 7 tests/workbench_moderation.files.test \WorkbenchModerationFilesTestCase::getInfo()
  2. 7.2 tests/workbench_moderation.test \WorkbenchModerationFilesTestCase::getInfo()

File

tests/workbench_moderation.files.test, line 48
Tests for using file fields with workbench_moderation.module.

Class

WorkbenchModerationFilesTestCase
@file Tests for using file fields with workbench_moderation.module.

Code

public static function getInfo() {
  return array(
    'name' => 'Workbench Moderation file attachments',
    'description' => 'Test moderation on nodes with with file attachments.',
    'group' => 'Workbench Moderation',
  );
}