third_party/vfsstream/vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamDirectoryTestCase.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\vfsStreamDirectoryTestCase
- Parent(s)
- \PHPUnit_Framework_TestCase
Methods
childHandling
()
: void
test that adding, handling and removing of a child works as expected
- Test
childHandlingWithSubdirectory
()
: void
test that adding, handling and removing of a child works as expected
- Test
explicitTestForSeparatorWithNestedPaths_Bug_24
()
: void
When testing for a nested path, verify that directory separators are respected properly so that subdir1/subdir2 is not considered equal to subdir1Xsubdir2.
- Group
- bug_24
- Group
- regression
- Test
invalidCharacterInName
()
: void
assure that a directory seperator inside the name throws an exception
- ExpectedException
- org\bovigo\vfs\vfsStreamException
- Test
permissions
()
: void
setting and retrieving permissions for a directory
- Group
- permissions
- Test
permissionsSet
()
: void
setting and retrieving permissions for a directory
- Group
- permissions
- Test
renameToInvalidNameThrowsvfsStreamException
()
: void
renaming the directory to an invalid name throws a vfsStreamException
- ExpectedException
- org\bovigo\vfs\vfsStreamException
- Test