]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Lock/SemaphoreLockDriverTest.php
Config FollowUp
[friendica.git] / tests / src / Core / Lock / SemaphoreLockDriverTest.php
index c2b94145725187d7e951d644903b15e4cdf06f3f..bf422f2f8890f86c3b91e80fa9cafc20386345bc 100644 (file)
@@ -14,7 +14,7 @@ class SemaphoreLockDriverTest extends LockTest
 
                $this->configCache
                        ->shouldReceive('get')
-                       ->with('system', 'temppath', NULL)
+                       ->with('system', 'temppath', NULL, false)
                        ->andReturn('/tmp/');
        }