Exemplo n.º 1
0
 public function testDeleteValue()
 {
     $this->assertInstanceOf('\\Magento\\Catalog\\Model\\Product\\Option\\Value', $this->model->deleteValue(1));
 }