X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fsrc%2FCore%2FLock%2FSemaphoreLockDriverTest.php;h=a37fbffbed24c86a7076fd060216e50b751a84cd;hb=f4ec7c47b921209b5ff7906bee8aba9db326d0cb;hp=c2b94145725187d7e951d644903b15e4cdf06f3f;hpb=b912823ea9a0874ff4c6c827fd2eb8a4cf7814b5;p=friendica.git diff --git a/tests/src/Core/Lock/SemaphoreLockDriverTest.php b/tests/src/Core/Lock/SemaphoreLockDriverTest.php index c2b9414572..a37fbffbed 100644 --- a/tests/src/Core/Lock/SemaphoreLockDriverTest.php +++ b/tests/src/Core/Lock/SemaphoreLockDriverTest.php @@ -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/'); }