You are here

public function AddThisJsTest::setUp in AddThis 7.4

Setup the test environment.

Overrides DrupalWebTestCase::setUp

File

tests/AddThisJsTest.test, line 26
Class to test the AddThis Js functionality.

Class

AddThisJsTest
AddThisJsTest tests

Code

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