You are here

public function AddanotherTestCase::setUp in Add Another 7.2

Function setUp.

Overrides DrupalWebTestCase::setUp

File

./addanother.test, line 30
Unit tests for Add another module.

Class

AddanotherTestCase
Class AddanotherTestCase.

Code

public function setUp() {
  parent::setUp('addanother');
}