You are here

14 calls to vfsStreamWrapper::getRoot() in Zircon Profile 8

vfsStream::copyFromFileSystem in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStream.php
copies the file system structure from given path into the base dir
vfsStream::create in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStream.php
creates vfsStream directory structure from an array and adds it to given base dir
vfsStream::inspect in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStream.php
use visitor to inspect a content structure
vfsStreamTestCase::setupRegistersStreamWrapperAndCreatesRootDirectoryWithDefaultNameAndPermissions in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php
@test @group setup @since 0.7.0
vfsStreamTestCase::setupRegistersStreamWrapperAndCreatesRootDirectoryWithGivenNameAndDefaultPermissions in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php
@test @group setup @since 0.7.0
vfsStreamTestCase::setupRegistersStreamWrapperAndCreatesRootDirectoryWithGivenNameAndPermissions in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php
@test @group setup @since 0.7.0
vfsStreamWrapperFileTestCase::canNotRemoveFileFromDirectoryWithoutWritePermissions in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php
@test @group permissions @group bug_15
vfsStreamWrapperFileTimesTestCase::removeFileChangesAttributeAndModificationTimeOfContainingDirectory in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTimesTestCase.php
@test @group issue_7
vfsStreamWrapperFileTimesTestCase::renameFileChangesAttributeAndModificationTimeOfAffectedDirectories in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTimesTestCase.php
@test @group issue_7
vfsStreamWrapperFileTimesTestCase::renameFileDoesNotChangeFileTimesOfFileItself in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTimesTestCase.php
@test @group issue_7
vfsStreamWrapperMkDirTestCase::mkdirNoNewRoot in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php
mkdir() should not overwrite existing root
vfsStreamWrapperMkDirTestCase::mkdirNoNewRootRecursively in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php
mkdir() should not overwrite existing root
vfsStreamWrapperMkDirTestCase::rmdirCanRemoveEmptyRoot in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php
rmdir() can remove empty directories
vfsStreamWrapperTestCase::resetByRegister in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperTestCase.php
ensure that a call to vfsStreamWrapper::register() resets the stream