Пример #1
0
 public function testRemoveItemsReturnsMissingKeys()
 {
     $this->_storage->setItem('key', 'value');
     $this->assertSame(array('missing'), $this->_storage->removeItems(array('key', 'missing')));
 }