public static function DraftyWMDraftTabTestCase::getInfo in Drafty 7
File
- tests/
DraftyWorkbenchModerationTests.test, line 108 - Run all of the Workbench Moderation tests.
Class
- DraftyWMDraftTabTestCase
- Duplicate the WorkbenchModerationDraftTabTestCase tests.
Code
public static function getInfo() {
$info = parent::getInfo();
$info['name'] = 'WM: ' . $info['name'];
$info['group'] = 'Drafty';
return $info;
}