You are here

public static function PayPalPaymentECPaymentMethodUI::getInfo in PayPal for Payment 7

File

paypal_payment_ec/tests/PayPalPaymentECPaymentMethodUI.test, line 16
Contains \PayPalPaymentECPaymentMethodCRUD.

Class

PayPalPaymentECPaymentMethodUI
Tests the PayPalPaymentECPaymentMethodController UI.

Code

public static function getInfo() {
  return array(
    'description' => '',
    'name' => 'Payment method UI',
    'group' => 'PayPal Express Checkout',
  );
}