You are here

public function PayPalPaymentPPSPaymentExecution::setUp in PayPal for Payment 7

Overrides parent::setUp().

Overrides PaymentWebTestCase::setUp

File

paypal_payment_pps/tests/PayPalPaymentPPSPaymentExecution.test, line 28
Contains \PayPalPaymentPPSPaymentExecution.

Class

PayPalPaymentPPSPaymentExecution
Tests payment execution.

Code

public function setUp(array $modules = array()) {
  parent::setUp(array_merge($modules, array(
    'paypal_payment_pps_test',
  )));
}