We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29df5e commit 941e058Copy full SHA for 941e058
tests/mutex/MemcachedMutexTest.php
@@ -37,7 +37,7 @@ public function testFailAcquireLock()
37
{
38
$mutex = new MemcachedMutex("testFailAcquireLock", $this->memcached, 1);
39
40
- $this->memcached->add(MemcachedMutex::PREFIX."testFailAcquireLock", true, 2);
+ $this->memcached->add(MemcachedMutex::PREFIX."testFailAcquireLock", "xxx", 999);
41
42
$mutex->synchronized(function () {
43
$this->fail("execution is not expected");
0 commit comments