You are here

function ClassFinderAdapterTest::setUp in X Autoload 7.5

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

File

tests/src/ClassFinderAdapterTest.php, line 15

Class

ClassFinderAdapterTest

Namespace

Drupal\xautoload\Tests

Code

function setUp() {
  parent::setUp();
  $this->filesystem = StreamWrapper::register('test');
}