Skip to content

Commit

Permalink
Merge pull request #372 from overtrue/develop
Browse files Browse the repository at this point in the history
Fix test for #371
  • Loading branch information
overtrue committed Mar 30, 2016
2 parents 44d1bbc + 274e82b commit f7b241e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Payment/PaymentAPITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public function testPay()

$this->assertEquals(API::API_PAY_ORDER, $response['api']);
$this->assertEquals('wxTestAppId', $response['params']['appid']);
$this->assertEquals('merchant_default_notify_url', $response['params']['notify_url']);
$this->assertEquals('testMerchantId', $response['params']['mch_id']);
$this->assertEquals('bar', $response['params']['foo']);
}
Expand Down

0 comments on commit f7b241e

Please sign in to comment.