Пример #1
0
 /**
  * @expectedException InvalidArgumentException notfound
  */
 public function testDeleteNotFound()
 {
     $this->storage->deleteItem('notfound');
 }