public function testClearDelegate()
 {
     $this->innerStore->expects($this->once())->method('clear');
     $this->decorator->clear();
 }