You are here

function ip2countryTestCase::tearDown in IP-based Determination of a Visitor's Country 6

Same name and namespace in other branches
  1. 7 tests/ip2country.test \ip2countryTestCase::tearDown()

Overrides DrupalWebTestCase::tearDown().

Overrides DrupalWebTestCase::tearDown

File

./ip2country.test, line 382
Tests suite for the ip2country module.

Class

ip2countryTestCase
Need 1 class for unit tests, 1 class for functional tests 1 function for DB tests because filling takes so long

Code

function tearDown() {

  // Perform any clean-up tasks.
  variable_del('ip2country_populate_database_on_install');

  // Finally...
  parent::tearDown();
}