You are here

18 calls to vfsStreamWrapper::setRoot() in Zircon Profile 8

PermissionHandlerTest::testBuildPermissionsSortPerModule in core/modules/user/tests/src/Unit/PermissionHandlerTest.php
Tests permissions sort inside a module.
PermissionHandlerTest::testBuildPermissionsYaml in core/modules/user/tests/src/Unit/PermissionHandlerTest.php
Tests permissions provided by YML files.
PermissionHandlerTest::testBuildPermissionsYamlCallback in core/modules/user/tests/src/Unit/PermissionHandlerTest.php
Tests dynamic callback permissions provided by YML files.
PermissionHandlerTest::testPermissionsYamlStaticAndCallback in core/modules/user/tests/src/Unit/PermissionHandlerTest.php
Tests a YAML file containing both static permissions and a callback.
vfsStream::setup in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStream.php
helper method for setting up vfsStream in unit tests
vfsStreamWrapperBaseTestCase::setUp in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperBaseTestCase.php
set up test environment
vfsStreamWrapperFileTestCase::canNotRemoveFileFromDirectoryWithoutWritePermissions in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php
@test @group permissions @group bug_15
vfsStreamWrapperFileTestCase::file_get_contentsNonReadableFile in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php
@test @group permissions @group bug_15
vfsStreamWrapperFileTestCase::file_put_contentsExistingFileNonWritableDirectory in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php
@test @group permissions @group bug_15
vfsStreamWrapperFileTestCase::file_put_contentsExistingNonWritableFile in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php
@test @group permissions @group bug_15
vfsStreamWrapperFileTestCase::file_put_contentsNonExistingFileNonWritableDirectory in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php
@test @group permissions @group bug_15
vfsStreamWrapperMkDirTestCase::canNotIterateOverNonReadableDirectory in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php
@test @group permissions @group bug_15
vfsStreamWrapperMkDirTestCase::issue17 in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php
@test @group permissions @group bug_17
vfsStreamWrapperMkDirTestCase::mkdirDirCanNotCreateNewDirInNonWritingDirectory in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php
@test @group permissions @group bug_15
vfsStreamWrapperMkDirTestCase::rmdirDirCanNotRemoveDirFromNonWritingDirectory in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php
@test @group permissions @group bug_15
vfsStreamWrapperTestCase::setRootReturnsRoot in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperTestCase.php
@test @since 0.11.0
vfsStreamZipTestCase::setUp in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamZipTestCase.php
set up test environment
YamlDiscoveryTest::testDiscovery in core/tests/Drupal/Tests/Component/Discovery/YamlDiscoveryTest.php
Tests the YAML file discovery.