You are here

function ImageAllowInsecureDerivativesTestCase::setUp in Image Allow Insecure Derivatives 7

Provides the set up tasks for the tests.

Overrides DrupalWebTestCase::setUp

File

./image_allow_insecure_derivatives.test, line 27
Tests for the Image Allow Insecure Derivatives module.

Class

ImageAllowInsecureDerivativesTestCase
Provides tests for the Image Allow Insecure Derivatives module.

Code

function setUp() {
  parent::setUp('image_allow_insecure_derivatives');
}