public static function WorkbenchModerationFilesTestCase::getInfo in Workbench Moderation 7.3
Same name and namespace in other branches
- 7 tests/workbench_moderation.files.test \WorkbenchModerationFilesTestCase::getInfo()
- 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',
);
}