Exemplo n.º 1
0
 /**
  * @depends testCreateSuccess
  */
 function testLoadCharge($existing_charge)
 {
     $charge = Start_Charge::get($existing_charge["id"]);
     $this->assertEquals($charge["state"], "captured");
 }