1 bootstrap.test | BootstrapIPAddressTestCase::tearDown() |
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
Overrides BackdropWebTestCase::tearDown
File
- core/
modules/ simpletest/ tests/ bootstrap.test, line 60
Class
Code
function tearDown() {
$_SERVER = $this->oldserver;
backdrop_static_reset('ip_address');
parent::tearDown();
}