You are here

function ClassFinderAdapterTest::tearDown in X Autoload 7.5

Same name and namespace in other branches
  1. 7.4 tests/lib/ClassFinderAdapterTest.php \Drupal\xautoload\Tests\ClassFinderAdapterTest::tearDown()

File

tests/src/ClassFinderAdapterTest.php, line 20

Class

ClassFinderAdapterTest

Namespace

Drupal\xautoload\Tests

Code

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