Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



third_party/vfsstream/vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php

Table of Contents
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
Test for org\bovigo\vfs\vfsStreamWrapper.
Parent(s)
\org\bovigo\vfs\vfsStreamWrapperBaseTestCase < \PHPUnit_Framework_TestCase

Methods

method public appendContentIfOpenedWithModeA () : void

Details
Group
issue7
Group
issue13
Test
method public canNotOpenNonExistingFileReadAndWrite () : void

Details
Group
issue7
Group
issue13
Test
method public canNotOpenNonExistingFileReadonly () : void

Details
Group
issue7
Group
issue13
Test
method public canNotOpenWithIllegalMode () : void

Details
Group
issue7
Group
issue13
Test
method public canNotOverwriteExistingFileWithModeX () : void

Details
Group
issue7
Group
issue13
Test
method public canNotReadFromWriteOnlyFileWithModeA () : void

Details
Group
issue7
Group
issue13
Test
method public canNotReadFromWriteOnlyFileWithModeW () : void

Details
Group
issue7
Group
issue13
Test
method public canNotReadFromWriteOnlyFileWithModeX () : void

Details
Group
issue7
Group
issue13
Test
method public canNotRemoveFileFromDirectoryWithoutWritePermissions () : void

Details
Group
permissions
Group
bug_15
Test
method public canNotWriteToReadOnlyFile () : void

Details
Group
issue7
Group
issue13
Test
method public canOverwriteNonExistingFileWithModeX () : void

Details
Group
issue7
Group
issue13
Test
method public cannotOpenExistingNonwritableFileWithModeA () : void

Details
Test
method public cannotOpenExistingNonwritableFileWithModeW () : void

Details
Test
method public cannotOpenNonReadableFileWithModeR () : void

Details
Test
method public cannotReadFileFromNonReadableDir () : void

Details
Group
issue_38
Test
method public cannotRenameToNonWritableDir () : void

Details
Test
method public createsNonExistingFileWhenOpenedWithModeC () : void

Details
Group
issue_30
Test
method public createsNonExistingFileWhenOpenedWithModeCplus () : void

Details
Group
issue_30
Test
method public doesNotTruncateFileWhenOpenedWithModeC () : void

Details
Group
issue_30
Test
method public doesNotTruncateFileWhenOpenedWithModeCplus () : void

Details
Group
issue_30
Test
method public file_get_contents () : void

assert that file_get_contents() delivers correct file contents

Details
Test
method public file_get_contentsNonReadableFile () : void

Details
Group
permissions
Group
bug_15
Test
method public file_put_contentsExistingFile () : void

assert that file_put_contents() delivers correct file contents

Details
Test
method public file_put_contentsExistingFileNonWritableDirectory () : void

Details
Group
permissions
Group
bug_15
Test
method public file_put_contentsExistingNonWritableFile () : void

Details
Group
permissions
Group
bug_15
Test
method public file_put_contentsNonExistingFile () : void

assert that file_put_contents() delivers correct file contents

Details
Test
method public file_put_contentsNonExistingFileNonWritableDirectory () : void

Details
Group
permissions
Group
bug_15
Test
method public is_file () : void

assert is_file() returns correct result

Details
Test
method public issue13CanNotOverwriteFiles () : void

Details
Group
issue7
Group
issue13
Test
method public setUp () : void
inherited

set up test environment

Inherited from: \org\bovigo\vfs\vfsStreamWrapperBaseTestCase::setUp()
method public setsPointerToStartWhenOpenedWithModeC () : void

Details
Group
issue_30
Test
method public setsPointerToStartWhenOpenedWithModeCplus () : void

Details
Group
issue_30
Test
method public truncatesFileWhenOpenedWithModeW () : void

Details
Group
issue_30
Test
method public usingFilePointer () : void

using a file pointer should work without any problems

Details
Test
Documentation was generated by phpDocumentor 2.0.0a12 .