PayPal\Test\Functional\Api\InvoiceFunctionalTest::testRemind PHP Method

testRemind() public method

public testRemind ( $invoice ) : Invoice
$invoice Invoice
return PayPal\Api\Invoice
    public function testRemind($invoice)
    {
        $request = $this->operation['request']['body'];
        $notification = new Notification($request);
        $result = $invoice->remind($notification, $this->apiContext, $this->mockPayPalRestCall);
        $this->assertNotNull($result);
    }