public function PMNoteTestCase::setUp in Drupal PM (Project Management) 7
Same name and namespace in other branches
- 8 pmnote/pmnote.test \PMNoteTestCase::setUp()
- 7.3 pmnote/pmnote.test \PMNoteTestCase::setUp()
- 7.2 pmnote/pmnote.test \PMNoteTestCase::setUp()
Set up of test environment.
Overrides DrupalWebTestCase::setUp
File
- pmnote/
pmnote.test, line 26 - Test definitions for the PM Note module.
Class
- PMNoteTestCase
- Test definition for the PM Note module.
Code
public function setUp() {
parent::setUp('views', 'pm', 'pmorganization', 'pmproject', 'pmtask', 'pmnote');
}