function StreamWrapperTest::tearDown

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.