PHP Class malkusch\lock\mutex\PHPRedisMutexTest

These tests require the environment variable: REDIS_URIS - a comma separated list of redis:// URIs.
See also: PHPRedisMutex
Author: Markus Malkusch ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: malkusch/lock

Public Methods

Method Description
testAddFails ( ) Tests add() fails.
testEvalScriptFails ( ) Tests evalScript() fails.

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testAddFails() public method

Tests add() fails.
public testAddFails ( )

testEvalScriptFails() public method

Tests evalScript() fails.
public testEvalScriptFails ( )