You are here

class DraftyWMPublishFromNodeFormTestCase in Drafty 7

Duplicate the WorkbenchModerationPublishFromNodeFormTestCase tests.

Hierarchy

Expanded class hierarchy of DraftyWMPublishFromNodeFormTestCase

File

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

View source
class DraftyWMPublishFromNodeFormTestCase extends WorkbenchModerationPublishFromNodeFormTestCase {

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

}

Members