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