コード例 #1
0
 /**
  * @depends testCreate
  */
 public function testDelete($productId)
 {
     $postage = new Product(Config::get());
     $response = $postage->delete($productId);
     $this->assertTrue($response);
 }