vfs
Namespaces
Interfaces, Classes and Traits
- vfsStreamContainer
- Interface for stream contents that are able to store other stream contents.
- vfsStreamContent
- Interface for stream contents.
- 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.
- 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.
- vfsStreamDirectoryIssue134TestCase
- 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).
- 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.
- vfsStreamWrapperMkDirTestCase
- Test for org\bovigo\vfs\vfsStreamWrapper around mkdir().
- vfsStreamWrapperFileTestCase
- Test for org\bovigo\vfs\vfsStreamWrapper.
- vfsStreamWrapperFileTimesTestCase
- Test for org\bovigo\vfs\vfsStreamWrapper.
- vfsStreamWrapperFlockTestCase
- Test for flock() implementation.
- vfsStreamWrapperLargeFileTestCase
- Test for large file mocks.
- 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.