| 7 bootstrap.test | BootstrapIPAddressTestCase::tearDown() |
| 8 bootstrap.test | BootstrapIPAddressTestCase::tearDown() |
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
Overrides DrupalWebTestCase::tearDown
File
- modules/
simpletest/ tests/ bootstrap.test, line 32
Code
function tearDown() {
$_SERVER = $this->oldserver;
drupal_static_reset('ip_address');
parent::tearDown();
}
Login or register to post comments