You are here

function SecureSiteFunctionForcedUnitTest::tearDown in Secure Site 6.2

Same name and namespace in other branches
  1. 7.2 securesite.test \SecureSiteFunctionForcedUnitTest::tearDown()

Implementation of tearDown().

Overrides DrupalWebTestCase::tearDown

File

./securesite.test, line 589
Tests for Secure Site module.

Class

SecureSiteFunctionForcedUnitTest
Unit tests for _securesite_forced().

Code

function tearDown() {
  variable_del('securesite_enabled');
  variable_del('site_offline');
  variable_del('site_403');
  variable_del('securesite_403');
  parent::tearDown();
}