You are here

public function vfsStreamWrapperDirSeparatorTestCase::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirSeparatorTestCase.php \org\bovigo\vfs\vfsStreamWrapperDirSeparatorTestCase::setUp()

set up test environment

File

vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirSeparatorTestCase.php, line 29

Class

vfsStreamWrapperDirSeparatorTestCase
Test that using windows directory separator works correct.

Namespace

org\bovigo\vfs

Code

public function setUp() {
  $this->root = vfsStream::setup();
}