Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
Overrides WebTestBase::tearDown
function tearDown() {
// Restore configured value for JavaScript preprocessing.
$config = config('system.performance');
$config
->set('js.preprocess', $this->preprocess_js);
$config
->save();
parent::tearDown();
}