You are here

29 calls to vfsStreamWrapper::register() 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
vfsStreamTestCase::setUp in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php
set up test environment
vfsStreamWrapperAlreadyRegisteredTestCase::registerOverAnotherStreamWrapper in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperAlreadyRegisteredTestCase.php
registering the stream wrapper when another stream wrapper is already registered for the vfs scheme should throw an exception
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::canNotUnlinkDirectoryWithoutRoot in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php
can not unlink without root
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::mkdirWithoutRootCreatesNewRoot in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php
no root > new directory becomes root
vfsStreamWrapperMkDirTestCase::mkdirWithoutRootCreatesNewRootDifferentPermissions in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php
no root > new directory becomes root
vfsStreamWrapperMkDirTestCase::mkdirWithoutRootCreatesNewRootWithDefaultPermissions in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php
no root > new directory becomes root
vfsStreamWrapperMkDirTestCase::rmdirDirCanNotRemoveDirFromNonWritingDirectory in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php
@test @group permissions @group bug_15
vfsStreamWrapperTestCase::openFileWithoutDirectory in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperTestCase.php
@test @expectedException PHPUnit_Framework_Error
vfsStreamWrapperTestCase::resetByRegister in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperTestCase.php
ensure that a call to vfsStreamWrapper::register() resets the stream
vfsStreamWrapperTestCase::setRootReturnsRoot in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperTestCase.php
@test @since 0.11.0
vfsStreamWrapperUnregisterTestCase::unregisterRegisteredUrlWrapper in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperUnregisterTestCase.php
Unregistering a registered URL wrapper.
vfsStreamWrapperUnregisterTestCase::unregisterWhenNotInRegisteredState in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperUnregisterTestCase.php
Unregistering when not in registered state will fail.
vfsStreamWrapperWithoutRootTestCase::setUp in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperWithoutRootTestCase.php
set up test environment
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.