コード例 #1
0
ファイル: CouponTest.php プロジェクト: billforward/bf-php
 /**
  * @depends testCreate
  */
 public function testFetch()
 {
     $couponCode = self::$createdCoupon->couponCode;
     self::$fetchedCoupon = Bf_Coupon::getByCode($couponCode);
 }