]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Lock/SemaphoreLockDriverTest.php
Lock TTL fix
[friendica.git] / tests / src / Core / Lock / SemaphoreLockDriverTest.php
index 39f0763fb13c0b015c5c1a85677a42431879fa1e..422ab3221f072bd07bd936c344aca522008530d8 100644 (file)
@@ -4,6 +4,10 @@ namespace Friendica\Test\src\Core\Lock;
 
 use Friendica\Core\Lock\SemaphoreLockDriver;
 
+/**
+ * @runTestsInSeparateProcesses
+ * @preserveGlobalState disabled
+ */
 class SemaphoreLockDriverTest extends LockTest
 {
        protected function getInstance()