You are here

public static function DraftyWMPublishFromNodeFormTestCase::getInfo in Drafty 7

File

tests/DraftyWorkbenchModerationTests.test, line 125
Run all of the Workbench Moderation tests.

Class

DraftyWMPublishFromNodeFormTestCase
Duplicate the WorkbenchModerationPublishFromNodeFormTestCase tests.

Code

public static function getInfo() {
  $info = parent::getInfo();
  $info['name'] = 'WM: ' . $info['name'];
  $info['group'] = 'Drafty';
  return $info;
}