metadata["key"] = "value"; $this->expectsRequest( 'post', '/v1/application_fees/' . $resource->fee . '/refunds/' . $resource->id ); $resource->save(); $this->assertInstanceOf("Stripe\\ApplicationFeeRefund", $resource); } }