You are here

function ClassLoaderTest::setUp in X Autoload 7.5

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

File

tests/src/ClassLoaderTest.php, line 17

Class

ClassLoaderTest

Namespace

Drupal\xautoload\Tests

Code

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