PHP 클래스 org\bovigo\vfs\vfsStreamWrapperFileTestCase

파일 보기 프로젝트 열기: mikey179/vfsstream

공개 메소드들

메소드 설명
appendContentIfOpenedWithModeA ( )
canNotOpenNonExistingFileReadAndWrite ( )
canNotOpenNonExistingFileReadonly ( )
canNotOpenWithIllegalMode ( )
canNotOverwriteExistingFileWithModeX ( )
canNotReadFromWriteOnlyFileWithModeA ( )
canNotReadFromWriteOnlyFileWithModeW ( )
canNotReadFromWriteOnlyFileWithModeX ( )
canNotRemoveFileFromDirectoryWithoutWritePermissions ( )
canNotWriteToReadOnlyFile ( )
canOverwriteNonExistingFileWithModeX ( )
cannotOpenExistingNonwritableFileWithModeA ( )
cannotOpenExistingNonwritableFileWithModeW ( )
cannotOpenNonReadableFileWithModeR ( )
cannotReadFileFromNonReadableDir ( )
cannotRenameToNonWritableDir ( )
createsNonExistingFileWhenOpenedWithModeC ( )
createsNonExistingFileWhenOpenedWithModeCplus ( )
doesNotTruncateFileWhenOpenedWithModeC ( )
doesNotTruncateFileWhenOpenedWithModeCplus ( )
file_get_contents ( ) assert that file_get_contents() delivers correct file contents
file_get_contentsNonReadableFile ( )
file_put_contentsExistingFile ( ) assert that file_put_contents() delivers correct file contents
file_put_contentsExistingFileNonWritableDirectory ( )
file_put_contentsExistingNonWritableFile ( )
file_put_contentsNonExistingFile ( ) assert that file_put_contents() delivers correct file contents
file_put_contentsNonExistingFileNonWritableDirectory ( )
is_file ( ) assert is_file() returns correct result
issue13CanNotOverwriteFiles ( )
setsPointerToStartWhenOpenedWithModeC ( )
setsPointerToStartWhenOpenedWithModeCplus ( )
truncatesFileWhenOpenedWithModeW ( )
usingFilePointer ( ) using a file pointer should work without any problems

메소드 상세

appendContentIfOpenedWithModeA() 공개 메소드

canNotOpenNonExistingFileReadAndWrite() 공개 메소드

canNotOpenNonExistingFileReadonly() 공개 메소드

canNotOpenWithIllegalMode() 공개 메소드

canNotOverwriteExistingFileWithModeX() 공개 메소드

canNotReadFromWriteOnlyFileWithModeA() 공개 메소드

canNotReadFromWriteOnlyFileWithModeW() 공개 메소드

canNotReadFromWriteOnlyFileWithModeX() 공개 메소드

canNotRemoveFileFromDirectoryWithoutWritePermissions() 공개 메소드

canNotWriteToReadOnlyFile() 공개 메소드

canOverwriteNonExistingFileWithModeX() 공개 메소드

cannotOpenExistingNonwritableFileWithModeA() 공개 메소드

cannotOpenExistingNonwritableFileWithModeW() 공개 메소드

cannotOpenNonReadableFileWithModeR() 공개 메소드

cannotReadFileFromNonReadableDir() 공개 메소드

cannotRenameToNonWritableDir() 공개 메소드

createsNonExistingFileWhenOpenedWithModeC() 공개 메소드

createsNonExistingFileWhenOpenedWithModeCplus() 공개 메소드

doesNotTruncateFileWhenOpenedWithModeC() 공개 메소드

doesNotTruncateFileWhenOpenedWithModeCplus() 공개 메소드

file_get_contents() 공개 메소드

assert that file_get_contents() delivers correct file contents
public file_get_contents ( )

file_get_contentsNonReadableFile() 공개 메소드

file_put_contentsExistingFile() 공개 메소드

assert that file_put_contents() delivers correct file contents

file_put_contentsExistingFileNonWritableDirectory() 공개 메소드

file_put_contentsExistingNonWritableFile() 공개 메소드

file_put_contentsNonExistingFile() 공개 메소드

assert that file_put_contents() delivers correct file contents

file_put_contentsNonExistingFileNonWritableDirectory() 공개 메소드

is_file() 공개 메소드

assert is_file() returns correct result
public is_file ( )

issue13CanNotOverwriteFiles() 공개 메소드

setsPointerToStartWhenOpenedWithModeC() 공개 메소드

setsPointerToStartWhenOpenedWithModeCplus() 공개 메소드

truncatesFileWhenOpenedWithModeW() 공개 메소드

usingFilePointer() 공개 메소드

using a file pointer should work without any problems
public usingFilePointer ( )