]> git.mxchange.org Git - friendica.git/commitdiff
Init class
authorMichael <heluecht@pirati.ca>
Sun, 25 Jul 2021 04:44:23 +0000 (04:44 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 25 Jul 2021 04:44:23 +0000 (04:44 +0000)
tests/src/App/RouterTest.php

index a3e8b026bf5e81757070bdb2da3dca2b042aebbe..8317702cdffe5bb2675b8c23e8fcf9a3a052918c 100644 (file)
@@ -55,6 +55,8 @@ class RouterTest extends TestCase
                $this->cache = Mockery::mock(ICache::class);
                $this->cache->shouldReceive('get')->andReturn(null);
                $this->cache->shouldReceive('set')->andReturn(false);
+
+               $this->lock = Mockery::mock(ILock::class);
        }
 
        public function testGetModuleClass()