Documentation

vfs

Interfaces, Classes and Traits

FileContent
Interface for actual file contents.
vfsStreamContainer
Interface for stream contents that are able to store other stream contents.
vfsStreamContent
Interface for stream contents.
vfsStreamVisitor
Interface for a visitor to work on a vfsStream content structure.
LargeFileContent
File content implementation to mock large files.
SeekableFileContent
Default implementation for file contents based on simple strings.
StringBasedFileContent
Default implementation for file contents based on simple strings.
DotDirectory
Directory container.
vfsStream
Some utility methods for vfsStream.
vfsStreamAbstractContent
Base stream contents container.
vfsStreamBlock
Block container.
vfsStreamContainerIterator
Iterator for children of a directory container.
vfsStreamDirectory
Directory container.
vfsStreamException
Exception for vfsStream errors.
vfsStreamFile
File container.
vfsStreamWrapper
Stream wrapper to mock file system requests.
vfsStreamAbstractVisitor
Abstract base class providing an implementation for the visit() method.
vfsStreamPrintVisitor
Visitor which traverses a content structure recursively to print it to an output stream.
vfsStreamStructureVisitor
Visitor which traverses a content structure recursively to create an array structure from it.
LargeFileContentTestCase
Test for org\bovigo\vfs\content\LargeFileContent.
StringBasedFileContentTestCase
Test for org\bovigo\vfs\content\StringBasedFileContent.
DirectoryIterationTestCase
Test for directory iteration.
FilenameTestCase
Test for directory iteration.
Issue104TestCase
A modified version of PHPUnit's TestCase to rid ourselves of deprecation warnings since we're using two different versions of PHPUnit in this branch (PHPUnit 4 and 5).
PermissionsTestCase
Test for permissions related functionality.
vfsStreamWrapperRecordingProxy
Stream wrapper to mock file system requests.
QuotaTestCase
Test for org\bovigo\vfs\Quota.
UnlinkTestCase
Test for unlink() functionality.
TestvfsStreamAbstractContent
Helper class for the test.
vfsStreamAbstractContentTestCase
Test for org\bovigo\vfs\vfsStreamAbstractContent.
vfsStreamBlockTestCase
Test for org\bovigo\vfs\vfsStreamBlock.
vfsStreamContainerIteratorTestCase
Test for org\bovigo\vfs\vfsStreamContainerIterator.
vfsStreamDirectoryIssue18TestCase
Test for org\bovigo\vfs\vfsStreamDirectory.
vfsStreamDirectoryTestCase
Test for org\bovigo\vfs\vfsStreamDirectory.
vfsStreamExLockTestCase
Test for LOCK_EX behaviour related to file_put_contents().
vfsStreamFileTestCase
Test for org\bovigo\vfs\vfsStreamFile.
vfsStreamGlobTestCase
Test for org\bovigo\vfs\vfsStream.
vfsStreamResolveIncludePathTestCase
Test for org\bovigo\vfs\vfsStream.
vfsStreamTestCase
Test for org\bovigo\vfs\vfsStream.
vfsStreamUmaskTestCase
Test for umask settings.
TestvfsStreamWrapper
Helper class for the test.
vfsStreamWrapperAlreadyRegisteredTestCase
Test for org\bovigo\vfs\vfsStreamWrapper.
vfsStreamWrapperBaseTestCase
Test for org\bovigo\vfs\vfsStreamWrapper.
vfsStreamWrapperDirSeparatorTestCase
Test that using windows directory separator works correct.
vfsStreamWrapperFileTestCase
Test for org\bovigo\vfs\vfsStreamWrapper.
vfsStreamWrapperFileTimesTestCase
Test for org\bovigo\vfs\vfsStreamWrapper.
vfsStreamWrapperQuotaTestCase
Test for quota related functionality of org\bovigo\vfs\vfsStreamWrapper.
vfsStreamWrapperSetOptionTestCase
Test for stream_set_option() implementation.
vfsStreamWrapperSelectStreamTestCase
Test for org\bovigo\vfs\vfsStreamWrapper.
vfsStreamWrapperTestCase
Test for org\bovigo\vfs\vfsStreamWrapper.
vfsStreamWrapperUnregisterTestCase
Test for org\bovigo\vfs\vfsStreamWrapper.
vfsStreamWrapperWithoutRootTestCase
Test for org\bovigo\vfs\vfsStreamWrapper.
vfsStreamZipTestCase
Test for org\bovigo\vfs\vfsStreamWrapper in conjunction with ext/zip.
vfsStreamAbstractVisitorTestCase
Test for org\bovigo\vfs\visitor\vfsStreamAbstractVisitor.
vfsStreamPrintVisitorTestCase
Test for org\bovigo\vfs\visitor\vfsStreamPrintVisitor.
vfsStreamStructureVisitorTestCase
Test for org\bovigo\vfs\visitor\vfsStreamStructureVisitor.

Search results