You are here

public static function DraftyWMNodeAccessTestCase::getInfo in Drafty 7

File

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

Class

DraftyWMNodeAccessTestCase
Duplicate the WorkbenchModerationNodeAccessTestCase tests.

Code

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