PHP Class org\bovigo\vfs\vfsStreamExLockTestCase

Author: https://github.com/iwyg
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: mikey179/vfsstream

Public Methods

Method Description
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 ( )

Protected Methods

Method Description
setUp ( ) set up test environment

Method Details

filePutContentsLockShouldReportError() public method

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 method

public flockSouldPass ( )

setUp() protected method

set up test environment
protected setUp ( )