You are here

public function PMInvoiceTestCase::setUp in Drupal PM (Project Management) 7

Standard configuration for all test cases.

Overrides DrupalWebTestCase::setUp

File

pminvoice/pminvoice.test, line 22
Test definitions for the PM Invoice module.

Class

PMInvoiceTestCase
@file Test definitions for the PM Invoice module.

Code

public function setUp() {
  parent::setUp('pm', 'pmorganization', 'pmproject', 'pminvoice');
}