Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



third_party/vfsstream/vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperFlockTestCase.php

Table of Contents
This file is part of vfsStream.

For the full copyright and license information, please view the LICENSE file that was distributed with this source code.

Package
org\bovigo\vfs

\org\bovigo\vfs\vfsStreamWrapperFlockTestCase

Package: bovigo\vfs\test
Test for flock() implementation.
Parent(s)
\PHPUnit_Framework_TestCase
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/6
Group
issue_6
Since
0.10.0

Methods

method public canAquireEclusiveLock () : void

Details
Test
method public canAquireEclusiveLockWithNonBlockingFlockCall () : void

Details
Test
method public canAquireExclusiveLockIfAlreadySelfExclusivelyLocked () : void

Details
Group
issue_40
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/40
Test
method public canAquireExclusiveLockIfAlreadySelfSharedLocked () : void

Details
Group
issue_40
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/40
Test
method public canAquireSharedLock () : void

Details
Test
method public canAquireSharedLockIfAlreadySelfExclusivelyLocked () : void

Details
Group
issue_40
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/40
Test
method public canAquireSharedLockIfAlreadySelfSharedLocked () : void

Details
Group
issue_40
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/40
Test
method public canAquireSharedLockIfAlreadySharedLockedOnOtherFileHandler () : void

Details
Group
issue_40
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/40
Test
method public canAquireSharedLockWithNonBlockingFlockCall () : void

Details
Test
method public canNotAquireExclusiveLockIfAlreadyExclusivelyLockedOnOtherFileHandler () : void

Details
Group
issue_40
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/40
Test
method public canNotAquireExclusiveLockIfAlreadySharedLockedOnOtherFileHandler () : void

Details
Group
issue_40
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/40
Test
method public canNotAquireSharedLockIfAlreadyExclusivelyLockedOnOtherFileHandler () : void

Details
Group
issue_40
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/40
Test
method public canNotRemoveExlusiveLockAcquiredOnOtherFileHandler () : void

Details
Group
issue_40
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/40
Test
method public canNotRemoveSharedLockAcquiredOnOtherFileHandler () : void

Details
Group
issue_40
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/40
Test
method public canRemoveLock () : void

Details
Test
method public canRemoveLockWhenNotLocked () : void

Details
Group
issue_40
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/40
Test
method public canRemoveLockWithNonBlockingFlockCall () : void

Details
Test
method public canRemoveSharedLockWithoutRemovingSharedLockOnOtherFileHandler () : void

Details
Group
issue_40
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/40
Test
method public fileIsNotLockedByDefault () : void

Details
Test
method public notRemovesExclusiveLockOnStreamCloseIfExclusiveLockAcquiredOnOtherFileHandler () : void

Details
Group
issue_40
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/40
Test
method public notRemovesSharedLockOnStreamCloseIfSharedLockAcquiredOnOtherFileHandler () : void

Details
Group
issue_40
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/40
Test
method public removesExclusiveLockOnStreamClose () : void

Details
Group
issue_31
Group
issue_40
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/31
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/40
Test
method public removesSharedLockOnStreamClose () : void

Details
Group
issue_31
Group
issue_40
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/31
See
\org\bovigo\vfs\https://github.com/mikey179/vfsStream/issues/40
Test
method public setUp () : void

set up test environment

method public streamIsNotLockedByDefault () : void

Details
Test
Documentation was generated by phpDocumentor 2.0.0a12 .