]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Lock/SemaphoreLockDriverTest.php
Merge branch 'item-activities' of github.com:annando/friendica into item-activities
[friendica.git] / tests / src / Core / Lock / SemaphoreLockDriverTest.php
index 56c96458f2a2e9110df3ddc2812c2d3c6ca9801d..cd4b9157334a1da5119e2adc9d889229ddd7e64d 100644 (file)
@@ -23,4 +23,10 @@ class SemaphoreLockDriverTest extends LockTest
                $this->semaphoreLockDriver->releaseAll();
                parent::tearDown();
        }
-}
\ No newline at end of file
+
+       function testLockTTL()
+       {
+               // Semaphore doesn't work with TTL
+               return true;
+       }
+}