function StreamWrapperTest::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/file.test, line 2999

Class

StreamWrapperTest
Tests stream wrapper functions.

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.