function StreamWrapperTest::tearDown

Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.

Overrides WebTestBase::tearDown

File

drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php, line 40
Definition of Drupal\system\Tests\File\StreamWrapperTest.

Class

StreamWrapperTest
Tests stream wrapper functions.

Namespace

Drupal\system\Tests\File

Code

function tearDown() {
  parent::tearDown();
  stream_wrapper_unregister($this->scheme);
}