You are here

function SecureSiteFunctionFakeRealmUnitTest::tearDown in Secure Site 6.2

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

Implementation of tearDown().

Overrides DrupalWebTestCase::tearDown

File

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

Class

SecureSiteFunctionFakeRealmUnitTest
Unit tests for _securesite_fake_realm().

Code

function tearDown() {
  $_SERVER['HTTP_USER_AGENT'] = $this->user_agent;
  parent::tearDown();
}