You are here

abstract protected function Redis_Tests_Lock_LockingUnitTestCase::getLockBackendClass in Redis 7.3

Get the lock client class name

Return value

string Lock backend class name or null if cannot spawn it

1 call to Redis_Tests_Lock_LockingUnitTestCase::getLockBackendClass()
Redis_Tests_Lock_LockingUnitTestCase::createLockBackend in lib/Redis/Tests/Lock/LockingUnitTestCase.php
Create a new lock backend with a generated lock id
2 methods override Redis_Tests_Lock_LockingUnitTestCase::getLockBackendClass()
Redis_Tests_Lock_PhpRedisLockingUnitTestCase::getLockBackendClass in lib/Redis/Tests/Lock/PhpRedisLockingUnitTestCase.test
Get the lock client class name
Redis_Tests_Lock_PredisLockingUnitTestCase::getLockBackendClass in lib/Redis/Tests/Lock/PredisLockingUnitTestCase.test
Get the lock client class name

File

lib/Redis/Tests/Lock/LockingUnitTestCase.php, line 18

Class

Redis_Tests_Lock_LockingUnitTestCase

Code

protected abstract function getLockBackendClass();