You are here

protected function Ip2CountryTest::tearDown in IP-based Determination of a Visitor's Country 8

Overrides BrowserTestBase::tearDown

File

tests/src/Functional/Ip2CountryTest.php, line 343

Class

Ip2CountryTest
Tests operations of the IP to Country module.

Namespace

Drupal\Tests\ip2country\Functional

Code

protected function tearDown() {

  // Perform any clean-up tasks.
  \Drupal::state()
    ->delete('ip2country_populate_database_on_install');

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