PHP 클래스 org\bovigo\vfs\vfsStreamExLockTestCase

저자: https://github.com/iwyg
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: mikey179/vfsstream

공개 메소드들

메소드 설명
filePutContentsLockShouldReportError ( ) This test verifies the current behaviour where vfsStream URLs do not work with file_put_contents() and LOCK_EX. The test is intended to break once PHP changes this so we get notified about the change.
flockSouldPass ( )

보호된 메소드들

메소드 설명
setUp ( ) set up test environment

메소드 상세

filePutContentsLockShouldReportError() 공개 메소드

This test verifies the current behaviour where vfsStream URLs do not work with file_put_contents() and LOCK_EX. The test is intended to break once PHP changes this so we get notified about the change.

flockSouldPass() 공개 메소드

public flockSouldPass ( )

setUp() 보호된 메소드

set up test environment
protected setUp ( )