You are here

public function MagicCSSTestCase::setUp in Magic 7.2

Set up the test environment.

Overrides DrupalUnitTestCase::setUp

File

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

Class

MagicCSSTestCase
A quick 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();
}