You are here

function PathfilterTestCase::setUp in Path Filter 6

Same name and namespace in other branches
  1. 6.2 tests/pathfilter.test \PathfilterTestCase::setUp()
  2. 7 tests/pathfilter.test \PathfilterTestCase::setUp()

Implementation of setUp().

Overrides DrupalWebTestCase::setUp

File

tests/pathfilter.test, line 27
Tests for Path Filter

Class

PathfilterTestCase

Code

function setUp() {
  parent::setUp();
}