Exemple #1
0
 /**
  * @return void
  */
 public function testGetKeysPassesPatternCorrectly()
 {
     $this->clientMock->expects($this->once())->method('keys')->with($this->equalTo('kv:aPattern*'));
     $this->redisService->getKeys('aPattern*');
 }