You are here

public function MagicJSTestCase::setUp in Magic 7.2

Set up the test environment.

Overrides DrupalUnitTestCase::setUp

File

./magic.test, line 202
A few tests to ensure the magic module is doing what it should be.

Class

MagicJSTestCase
An even quicker test to ensure that we have the right CSS gets returned when we run our regex to selectively remove files.

Code

public function setUp() {
  drupal_load('module', 'magic');
  parent::setUp();
}