コード例 #1
0
ファイル: TestCase.php プロジェクト: GerDner/luck-docker
 /**
  * @expectedException \Shopware\Components\Api\Exception\ParameterMissingException
  */
 public function testGetOneWithMissingIdShouldThrowParameterMissingException()
 {
     $this->resource->getOne('');
 }