]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Lock/SemaphoreLockDriverTest.php
Bugfix ConfigCacheLoaderTest
[friendica.git] / tests / src / Core / Lock / SemaphoreLockDriverTest.php
index c2b94145725187d7e951d644903b15e4cdf06f3f..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)
+                       ->with('system', 'temppath')
                        ->andReturn('/tmp/');
        }