You are here

public function TermstatusAdminTestCase::setUp in Taxonomy Term Status 7

Return info about test case.

Overrides DrupalWebTestCase::setUp

File

./termstatus.test, line 156
Tests for termstatus.module

Class

TermstatusAdminTestCase
Tests the administrative user interface.

Code

public function setUp() {
  parent::setUp(array(
    'termstatus',
  ));
  variable_set('termstatus_enable', TRUE);
}