コード例 #1
0
 public function testExistsDelegate()
 {
     $this->innerStore->expects($this->once())->method('exists')->with('key');
     $this->decorator->exists('key');
 }