PHP 클래스 org\bovigo\vfs\vfsStreamWrapperFileTimesTestCase

부터: 0.9.0
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: mikey179/vfsstream

보호된 프로퍼티들

프로퍼티 타입 설명
$barUrl string URL of bar directory
$bazUrl string URL of baz.txt file
$fooUrl string URL of foo.txt file

공개 메소드들

메소드 설명
addNewFileNameWithLinkFunctionChangesAttributeAndModificationTimeOfDirectoryContainingLink ( )
addNewFileNameWithLinkFunctionChangesAttributeTimeOfOriginalFile ( )
changeFileAttributesChangesAttributeTimeOfFileItself ( )
createNewFileChangesAttributeAndModificationTimeOfContainingDirectory ( )
createNewFileSetsAllTimesToCurrentTime ( )
fileGetContentsChangesAttributeTimeOnly ( )
openFileChangesAttributeTimeOnly ( )
openFileWithTruncateChangesAttributeAndModificationTime ( )
readFileChangesAccessTime ( )
removeFileChangesAttributeAndModificationTimeOfContainingDirectory ( )
renameFileChangesAttributeAndModificationTimeOfAffectedDirectories ( )
renameFileDoesNotChangeFileTimesOfFileItself ( )
setUp ( ) set up test environment
writeFileChangesModificationTime ( )

보호된 메소드들

메소드 설명
assertFileTimesEqualStreamTimes ( string $url, org\bovigo\vfs\vfsStreamContent $content ) helper assertion for the tests

메소드 상세

addNewFileNameWithLinkFunctionChangesAttributeTimeOfOriginalFile() 공개 메소드

assertFileTimesEqualStreamTimes() 보호된 메소드

helper assertion for the tests
protected assertFileTimesEqualStreamTimes ( string $url, org\bovigo\vfs\vfsStreamContent $content )
$url string url to check
$content org\bovigo\vfs\vfsStreamContent content to compare

changeFileAttributesChangesAttributeTimeOfFileItself() 공개 메소드

createNewFileChangesAttributeAndModificationTimeOfContainingDirectory() 공개 메소드

createNewFileSetsAllTimesToCurrentTime() 공개 메소드

fileGetContentsChangesAttributeTimeOnly() 공개 메소드

openFileChangesAttributeTimeOnly() 공개 메소드

openFileWithTruncateChangesAttributeAndModificationTime() 공개 메소드

readFileChangesAccessTime() 공개 메소드

removeFileChangesAttributeAndModificationTimeOfContainingDirectory() 공개 메소드

renameFileChangesAttributeAndModificationTimeOfAffectedDirectories() 공개 메소드

renameFileDoesNotChangeFileTimesOfFileItself() 공개 메소드

setUp() 공개 메소드

set up test environment
public setUp ( )

writeFileChangesModificationTime() 공개 메소드

프로퍼티 상세

$barUrl 보호되어 있는 프로퍼티

URL of bar directory
protected string $barUrl
리턴 string

$bazUrl 보호되어 있는 프로퍼티

URL of baz.txt file
protected string $bazUrl
리턴 string

$fooUrl 보호되어 있는 프로퍼티

URL of foo.txt file
protected string $fooUrl
리턴 string