PHP Class bandwidthThrottle\tokenBucket\storage\IPCStorageTest

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

Méthodes publiques

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

Tests building fails for an invalid key.

testGetMicrotimeFails() public méthode

Tests getMicrotime() fails.

testRemoveFails() public méthode

Tests remove() fails.
public testRemoveFails ( )

testSetMicrotimeFails() public méthode

Tests setMicrotime() fails.

testfailRemovingSemaphore() public méthode

Tests removing semaphore fails.