You are here

public function PayPalPaymentIPNControllerTest::testInvoiceID in PayPal for Payment 7

Tests invoiceID().

File

paypal_payment_ipn/tests/PayPalPaymentIPNControllerTest.test, line 152
Contains \PayPalPaymentIPNControllerTest.

Class

PayPalPaymentIPNControllerTest
Tests PayPalPaymentIPNController functionality.

Code

public function testInvoiceID() {
  $this
    ->assertTrue(is_string(PayPalPaymentIPNController::invoiceID(3)));
}