third_party/vfsstream/vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php
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\vfsStreamWrapperMkDirTestCase
- Parent(s)
- \org\bovigo\vfs\vfsStreamWrapperBaseTestCase < \PHPUnit_Framework_TestCase
Methods
directoryIterationShouldBeIndependent
()
: void
assure that a directory iteration works as expected
- Test
directoryIterationWithOpenDir_Bug_2
()
: void
assure that a directory iteration works as expected
- Group
- regression
- Group
- bug_2
- Test
directoryIteration_Bug_4
()
: void
assure that a directory iteration works as expected
- Author
- Christoph Bloemer
- Group
- regression
- Group
- bug_4
- Test
mkDirShouldNotOverwriteExistingDirectoriesAndTriggerE_USER_WARNING
()
: void
- ExpectedException
- PHPUnit_Framework_Error
- ExpectedExceptionMessage
- mkdir(): Path vfs://root/dir exists
- Group
- issue_28
- Test
mkDirShouldNotOverwriteExistingFilesAndTriggerE_USER_WARNING
()
: void
- ExpectedException
- PHPUnit_Framework_Error
- ExpectedExceptionMessage
- mkdir(): Path vfs://root/test.txt exists
- Group
- issue_28
- Test
mkdirDirCanNotCreateNewDirInNonWritingDirectory
()
: void
- Group
- permissions
- Group
- bug_15
- Test
mkdirNonRecursively
()
: void
assert that mkdir() creates the correct directory structure
- Group
- permissions
- Test
mkdirNonRecursivelyDifferentPermissions
()
: void
assert that mkdir() creates the correct directory structure
- Group
- permissions
- Test
mkdirOnFileReturnsFalse
()
: void
trying to create a subdirectory of a file should not work
- Test
mkdirRecursively
()
: void
assert that mkdir() creates the correct directory structure
- Group
- permissions
- Test
mkdirRecursivelyDifferentPermissions
()
: void
assert that mkdir() creates the correct directory structure
- Group
- permissions
- Test
mkdirRecursivelyUsesDefaultPermissions
()
: void
assert that mkdir() creates the correct directory structure
- Group
- permissions
- Test
mkdirWithoutRootCreatesNewRoot
()
: void
no root > new directory becomes root
- Group
- permissions
- Test
mkdirWithoutRootCreatesNewRootDifferentPermissions
()
: void
no root > new directory becomes root
- Group
- permissions
- Test
mkdirWithoutRootCreatesNewRootWithDefaultPermissions
()
: void
no root > new directory becomes root
- Group
- permissions
- Test
rmdirCanNotRemoveNonEmptyDirectory
()
: void
rmdir() can not remove non-empty directories
- Test
rmdirCanNotRemoveNonExistingDirectory
()
: void
rmdir() can not remove a non-existing directory
- Test
rmdirDirCanNotRemoveDirFromNonWritingDirectory
()
: void
- Group
- permissions
- Group
- bug_15
- Test
setUp
()
: void
set up test environment
Inherited from: \org\bovigo\vfs\vfsStreamWrapperBaseTestCase::setUp()