You are here

protected function TagadelicDrupalWrapperTest::setUp in Tagadelic 7.2

Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.

File

tests/TagadelicDrupalWrapperTest.php, line 14

Class

TagadelicDrupalWrapperTest

Code

protected function setUp() {
  require_once "tests/support/FakeDrupal.php";
  $this->object = new TagadelicDrupalWrapper();
}