You are here

public function TelephoneFormatterUnitTest::setUp in Telephone Formatter 7

Sets up unit test environment.

Unlike DrupalWebTestCase::setUp(), DrupalUnitTestCase::setUp() does not install modules because tests are performed without accessing the database. Any required files must be explicitly included by the child class setUp() method.

Overrides DrupalUnitTestCase::setUp

File

tests/TelephoneFormatterUnitTest.test, line 16

Class

TelephoneFormatterUnitTest

Code

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