public function vfsStreamWrapperDirSeparatorTestCase::setUp in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\vfsCode
public function setUp() {
$this->root = vfsStream::setup();
}