You are here

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

File

paypal_payment_ec/tests/PayPalPaymentECPaymentExecution.test, line 16
Contains \PayPalPaymentECPaymentExecution.

Class

PayPalPaymentECPaymentExecution
Tests payment execution.

Code

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