示例#1
0
 public function testRegisterAccount()
 {
     $sent_data = array('key' => 'value');
     $api = new \CashWay\API(get_conf());
     $res = $api->registerAccount($sent_data);
     $this->assertEquals($sent_data, json_decode($res['body'], true));
 }