You are here

function DrupalBootTest::setUp in X Autoload 7.4

File

tests/lib/DrupalBootTest.php, line 18

Class

DrupalBootTest

Namespace

Drupal\xautoload\Tests

Code

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