PHP Класс org\bovigo\vfs\vfsStreamExLockTestCase

Автор: https://github.com/iwyg
Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )