예제 #1
0
 /**
  * @test
  */
 public function delegatesTouchItems()
 {
     $keyValuePairs = [];
     $this->storage->touchItems($keyValuePairs)->willReturn(true);
     $return = $this->cache->touchItems($keyValuePairs);
     $this->assertTrue($return);
 }