]> 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 48c2aff4dfe9bb11503cb0928785616672774a05..cd4b9157334a1da5119e2adc9d889229ddd7e64d 100644 (file)
@@ -23,4 +23,10 @@ class SemaphoreLockDriverTest extends LockTest
                $this->semaphoreLockDriver->releaseAll();
                parent::tearDown();
        }
+
+       function testLockTTL()
+       {
+               // Semaphore doesn't work with TTL
+               return true;
+       }
 }