PHP Class bandwidthThrottle\tokenBucket\storage\IPCStorageTest

See also: IPCStorage
Author: Markus Malkusch ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: bandwidth-throttle/token-bucket

Public Methods

Method Description
testBuildFailsForInvalidKey ( ) Tests building fails for an invalid key.
testGetMicrotimeFails ( ) Tests getMicrotime() fails.
testRemoveFails ( ) Tests remove() fails.
testSetMicrotimeFails ( ) Tests setMicrotime() fails.
testfailRemovingSemaphore ( ) Tests removing semaphore fails.

Method Details

testBuildFailsForInvalidKey() public method

Tests building fails for an invalid key.

testGetMicrotimeFails() public method

Tests getMicrotime() fails.

testRemoveFails() public method

Tests remove() fails.
public testRemoveFails ( )

testSetMicrotimeFails() public method

Tests setMicrotime() fails.

testfailRemovingSemaphore() public method

Tests removing semaphore fails.