You are here

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

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

Overrides DrupalWebTestCase::tearDown().

Overrides DrupalWebTestCase::tearDown

File

tests/ip2country.test, line 360
Tests suite for the ip2country module.

Class

ip2countryTestCase
Tests operations of the IP to Country module.

Code

protected function tearDown() {

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

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