You are here

function CDNUnitTestCase::tearDown in CDN 7.2

Overrides DrupalUnitTestCase::tearDown

File

tests/cdn.test, line 46
Test CDN.

Class

CDNUnitTestCase
@file Test CDN.

Code

function tearDown() {

  // Restore the original values that are used by variable_get().
  global $conf;
  $conf = $this->originalConfig;
  parent::tearDown();
}