PHP Class org\bovigo\vfs\vfsStreamExLockTestCase

Author: https://github.com/iwyg
Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: mikey179/vfsstream

Méthodes publiques

Méthode 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 ( )

Méthodes protégées

Méthode Description
setUp ( ) set up test environment

Method Details

filePutContentsLockShouldReportError() public méthode

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 méthode

public flockSouldPass ( )

setUp() protected méthode

set up test environment
protected setUp ( )