You are here

public function TermstatusSafeguardTestCase::setUp in Taxonomy Term Status 7

Enable the taxonomy module.

Overrides DrupalWebTestCase::setUp

File

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

Class

TermstatusSafeguardTestCase
Tests the mechanism preventing terms from being unpublished.

Code

public function setUp() {
  parent::setUp(array(
    'taxonomy',
  ));
}