third_party/vfsstream/vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php
This file is part of vfsStream.
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
- Package
- org\bovigo\vfs
\org\bovigo\vfs\vfsStreamTestCase
Package:
Default
Details
Details
Details
Details
Details
Details
Details
Details
Details
Details
Details
Details
Details
Details
Details
Details
Test for org\bovigo\vfs\vfsStream.
- Parent(s)
- \PHPUnit_Framework_TestCase
Methods

copyFromFileSystemThrowsExceptionIfNoBaseDirGivenAndNoRootSet
()
: void
- ExpectedException
- \InvalidArgumentException
- Group
- issue_4
- Since
- 0.11.0
- Test

createStringsAreTurnedIntoFilesWithContentWithRoot
()
: void
- Group
- issue_20
- Since
- 0.11.0
- Test

createThrowsExceptionIfNoBaseDirGivenAndNoRootSet
()
: void
- ExpectedException
- \InvalidArgumentException
- Group
- issue_20
- Since
- 0.11.0
- Test

inspectWithoutContentAndWithoutRootThrowsInvalidArgumentException
()
: void
- ExpectedException
- \InvalidArgumentException
- Group
- issue_10
- Since
- 0.10.0
- Test

newDirectoryWithSlashAtStart
()
: void
test that correct directory structure is created
- Test

newFileWithDifferentPermissions
()
: void
test to create a new file with non-default permissions
- Group
- permissions
- Test

newSingleDirectoryWithDifferentPermissions
()
: void
test to create a new directory structure with non-default permissions
- Group
- permissions
- Test

pathConvertsWindowsDirectorySeparators
()
: void
windows directory separators are converted into default separator
- Author
- Gabriel Birke
- Test

pathRemovesDoubleSlashes
()
: void
double slashes should be replaced by single slash
- Author
- Gabriel Birke
- Test

pathRemovesTrailingSlashAndWhitespace
()
: void
trailing slash and whitespace should be removed
- Author
- Gabriel Birke
- Test

pathRemovesTrailingWhitespace
()
: void
trailing whitespace should be removed
- Author
- Gabriel Birke
- Test

setupArraysAreTurnedIntoSubdirectories
()
: void
- Group
- issue_14
- Group
- issue_20
- Since
- 0.10.0
- Test

setupRegistersStreamWrapperAndCreatesRootDirectoryWithDefaultNameAndPermissions
()
: void
- Group
- setup
- Since
- 0.7.0
- Test

setupRegistersStreamWrapperAndCreatesRootDirectoryWithGivenNameAndDefaultPermissions
()
: void
- Group
- setup
- Since
- 0.7.0
- Test

setupRegistersStreamWrapperAndCreatesRootDirectoryWithGivenNameAndPermissions
()
: void
- Group
- setup
- Since
- 0.7.0
- Test

setupStringsAreTurnedIntoFilesWithContent
()
: void
- Group
- issue_14
- Group
- issue_20
- Since
- 0.10.0
- Test