public function PMNoteTestCase::setUp in Drupal PM (Project Management) 8
Same name and namespace in other branches
- 7.3 pmnote/pmnote.test \PMNoteTestCase::setUp()
- 7 pmnote/pmnote.test \PMNoteTestCase::setUp()
- 7.2 pmnote/pmnote.test \PMNoteTestCase::setUp()
Set up of test environment.
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', 'pmnote');
}