Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
Overrides DrupalWebTestCase::tearDown
function tearDown() {
parent::tearDown();
stream_wrapper_unregister($this->scheme);
}