You are here

function sweaverEditor::setUp in Sweaver 6

Same name and namespace in other branches
  1. 7 tests/sweaver.editor.test \sweaverEditor::setUp()

Implementation of setUp().

Overrides DrupalWebTestCase::setUp

File

tests/sweaver.editor.test, line 25
Basic tests for sweaver frontend editor. Note: run this patch on D6 to allow posts to hidden fields: http://drupal.org/node/488810#comment-1693662.

Class

sweaverEditor
@file Basic tests for sweaver frontend editor. Note: run this patch on D6 to allow posts to hidden fields: http://drupal.org/node/488810#comment-1693662.

Code

function setUp() {
  parent::setUp('ctools', 'sweaver', 'jquery_ui');
}