You are here

public function PMNoteTestCase::setUp in Drupal PM (Project Management) 7.2

Same name and namespace in other branches
  1. 8 pmnote/pmnote.test \PMNoteTestCase::setUp()
  2. 7.3 pmnote/pmnote.test \PMNoteTestCase::setUp()
  3. 7 pmnote/pmnote.test \PMNoteTestCase::setUp()

Set up of test environment.

Overrides DrupalWebTestCase::setUp

File

pmnote/pmnote.test, line 26
Test definitions for PM Note.

Class

PMNoteTestCase
Define a test case for PM Note.

Code

public function setUp() {
  parent::setUp('views', 'pm', 'pmorganization', 'pmproject', 'pmtask', 'pmticket', 'pmnote');
}