|
@@ -62,6 +62,10 @@ class account_helperTest extends PHPUnit_Framework_TestCase
|
|
|
{
|
|
|
account_helper::order_cancel('8000000000001603',36490);
|
|
|
}
|
|
|
+ public function testOrderSuccess()
|
|
|
+ {
|
|
|
+ account_helper::onOrderSuccess(6325);
|
|
|
+ }
|
|
|
|
|
|
|
|
|
public function testPayRefund()
|
|
@@ -76,7 +80,7 @@ class account_helperTest extends PHPUnit_Framework_TestCase
|
|
|
}
|
|
|
|
|
|
|
|
|
- public function testOrderSuccess()
|
|
|
+ public function testOrderSuccessSys()
|
|
|
{
|
|
|
$mod = Model('order');
|
|
|
$pay_sn = '910510761110261481';
|