]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Lock/SemaphoreLockDriverTest.php
Rename BlockedServers to ServerBlock
[friendica.git] / tests / src / Core / Lock / SemaphoreLockDriverTest.php
index bf422f2f8890f86c3b91e80fa9cafc20386345bc..a37fbffbed24c86a7076fd060216e50b751a84cd 100644 (file)
@@ -12,9 +12,9 @@ class SemaphoreLockDriverTest extends LockTest
 
                $this->app->shouldReceive('getHostname')->andReturn('friendica.local');
 
-               $this->configCache
+               $this->configMock
                        ->shouldReceive('get')
-                       ->with('system', 'temppath', NULL, false)
+                       ->with('system', 'temppath')
                        ->andReturn('/tmp/');
        }