third_party/vfsstream/vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.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\vfsStreamWrapperFileTestCase
Package:
Default
Details
Details
Details
Details
Details
Details
Test for org\bovigo\vfs\vfsStreamWrapper.
- Parent(s)
- \org\bovigo\vfs\vfsStreamWrapperBaseTestCase < \PHPUnit_Framework_TestCase
Methods
canNotRemoveFileFromDirectoryWithoutWritePermissions
()
: void
- Group
- permissions
- Group
- bug_15
- Test
file_get_contents
()
: void
assert that file_get_contents() delivers correct file contents
- Test
file_put_contentsExistingFile
()
: void
assert that file_put_contents() delivers correct file contents
- Test
file_put_contentsExistingFileNonWritableDirectory
()
: void
- Group
- permissions
- Group
- bug_15
- Test
file_put_contentsNonExistingFile
()
: void
assert that file_put_contents() delivers correct file contents
- Test
file_put_contentsNonExistingFileNonWritableDirectory
()
: void
- Group
- permissions
- Group
- bug_15
- Test
setUp
()
: void
inherited
set up test environment
Inherited from: \org\bovigo\vfs\vfsStreamWrapperBaseTestCase::setUp()