13 calls to vfsStream::newDirectory() in Zircon Profile 8.0
- vfsStream::setup in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStream.php - helper method for setting up vfsStream in unit tests
- vfsStreamDirectoryIssue18TestCase::setUp in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamDirectoryIssue18TestCase.php - set up test environment
- vfsStreamPrintVisitorTestCase::visitDirectoryWritesDirectoryNameToStream in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ visitor/ vfsStreamPrintVisitorTestCase.php - @test
- vfsStreamTestCase::copyFromEmptyFolder in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamTestCase.php - @test @group issue_4 @since 0.11.0
- vfsStreamTestCase::copyFromWithSubFolders in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamTestCase.php - @test @group issue_4 @since 0.11.0
- vfsStreamTestCase::newDirectoryStructure in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamTestCase.php - test to create a new directory structure
- vfsStreamTestCase::newDirectoryWithSlashAtStart in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamTestCase.php - test that correct directory structure is created
- vfsStreamTestCase::newSingleDirectory in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamTestCase.php - test to create a new directory structure
- vfsStreamTestCase::newSingleDirectoryWithDifferentPermissions in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamTestCase.php - test to create a new directory structure with non-default permissions
- vfsStreamWrapper::mkdir in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamWrapper.php - creates a new directory
- vfsStreamWrapperRecordingProxy::setup in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ proxy/ vfsStreamWrapperRecordingProxy.php - helper method for setting up vfsStream with the proxy
- 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