You are here

class DraftyWMFilesTestCase in Drafty 7

Duplicate the WorkbenchModerationFilesTestCase tests.

Hierarchy

Expanded class hierarchy of DraftyWMFilesTestCase

File

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

View source
class DraftyWMFilesTestCase extends WorkbenchModerationFilesTestCase {

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

}

Members