app->shouldReceive('getHostname')->andReturn('friendica.local'); $this->configMock ->shouldReceive('get') ->with('system', 'temppath') ->andReturn('/tmp/'); } protected function getInstance() { return new SemaphoreLockDriver(); } function testLockTTL() { // Semaphore doesn't work with TTL return true; } }