Skip to content

Commit

Permalink
Fix test for w7corp#371
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored and Eric Lee committed Apr 13, 2016
1 parent 71bb4ec commit d2c026d
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 d2c026d

Please sign in to comment.