You are here

public function PMTeamTestCase::setUp in Drupal PM (Project Management) 7.3

Same name and namespace in other branches
  1. 8 pmteam/pmteam.test \PMTeamTestCase::setUp()
  2. 7 pmteam/pmteam.test \PMTeamTestCase::setUp()
  3. 7.2 pmteam/pmteam.test \PMTeamTestCase::setUp()

Sets up all Project Management test cases.

Overrides DrupalWebTestCase::setUp

File

pmteam/pmteam.test, line 26
Test definitions for PM Team.

Class

PMTeamTestCase
Define a test case for PM Team.

Code

public function setUp() {
  parent::setUp('views', 'pm', 'pmteam');
}