Esempio n. 1
0
 /**
  * @expectedException \Magento\Framework\Exception\InputException
  */
 public function testAddWithInvalidData()
 {
     $this->groupPriceManagement->add('product_sku', 1, '10string');
 }