You are here

function ClassLoaderTest::tearDown in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 tests/src/ClassLoaderTest.php \Drupal\xautoload\Tests\ClassLoaderTest::tearDown()
  2. 7.3 tests/Drupal/xautoload/Tests/ClassLoaderTest.php \Drupal\xautoload\Tests\ClassLoaderTest::tearDown()

File

tests/lib/ClassLoaderTest.php, line 22

Class

ClassLoaderTest

Namespace

Drupal\xautoload\Tests

Code

function tearDown() {
  stream_wrapper_unregister('test');
  parent::tearDown();
}