Пример #1
0
 /**
  * @expectedException \Shopware\Components\Api\Exception\ParameterMissingException
  */
 public function testDeleteWithMissingIdShouldThrowParameterMissingException()
 {
     $this->resource->delete('');
 }