Init class
This commit is contained in:
parent
4b5eb055c8
commit
0dd0de1eb3
|
@ -55,6 +55,8 @@ class RouterTest extends TestCase
|
||||||
$this->cache = Mockery::mock(ICache::class);
|
$this->cache = Mockery::mock(ICache::class);
|
||||||
$this->cache->shouldReceive('get')->andReturn(null);
|
$this->cache->shouldReceive('get')->andReturn(null);
|
||||||
$this->cache->shouldReceive('set')->andReturn(false);
|
$this->cache->shouldReceive('set')->andReturn(false);
|
||||||
|
|
||||||
|
$this->lock = Mockery::mock(ILock::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGetModuleClass()
|
public function testGetModuleClass()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user