You are here

public function ImageStyleSelectorFunctionalTest::setUp in Image Style Selector 7

Configure the Drupal test enviornment.

Overrides DrupalWebTestCase::setUp

See also

DrupalWebTestCase::setUp()

File

./iss.test, line 30
Test case(s) for the Image Style Selector module.

Class

ImageStyleSelectorFunctionalTest
Tests the functionality of the Image Style Selector module.

Code

public function setUp() {

  // Enable the Image Style Selector module.
  parrent::setUp('iss');
}