public function testTouchItemsReturnsGivenKeysIfNonWritable()
 {
     $this->_options->setWritable(false);
     $this->assertSame(array('key'), $this->_storage->touchItems(array('key')));
 }