function BootstrapIPAddressTestCase::tearDown
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
Overrides DrupalWebTestCase::tearDown
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ bootstrap.test, line 32
Class
Código
function tearDown() {
$_SERVER = $this->oldserver;
drupal_static_reset('ip_address');
parent::tearDown();
}