mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
Tests
This commit is contained in:
parent
0dd0de1eb3
commit
12c63c9b97
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ class RouterTest extends TestCase
|
||||||
$this->cache->shouldReceive('set')->andReturn(false);
|
$this->cache->shouldReceive('set')->andReturn(false);
|
||||||
|
|
||||||
$this->lock = Mockery::mock(ILock::class);
|
$this->lock = Mockery::mock(ILock::class);
|
||||||
|
$this->cache->shouldReceive('acquire')->andReturn(true);
|
||||||
|
$this->cache->shouldReceive('isLocked')->andReturn(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGetModuleClass()
|
public function testGetModuleClass()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue