pull/10544/head
Michael 2021-07-25 04:52:17 +00:00
rodzic 0dd0de1eb3
commit 12c63c9b97
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -57,6 +57,8 @@ class RouterTest extends TestCase
$this->cache->shouldReceive('set')->andReturn(false);
$this->lock = Mockery::mock(ILock::class);
$this->cache->shouldReceive('acquire')->andReturn(true);
$this->cache->shouldReceive('isLocked')->andReturn(false);
}
public function testGetModuleClass()