You are here

function ucRecurringPaypalWPSTestCase::setUp in UC Recurring Payments and Subscriptions 6.2

Same name and namespace in other branches
  1. 7.2 modules/uc_recurring_hosted/uc_recurring_hosted.test \ucRecurringPaypalWPSTestCase::setUp()

Configure basic Ubercart store components.

Parameters

$modules: Optional list of extra modules to install.

$permissions: Optional list of extra permissions for $this->adminUser.

Overrides UbercartCartCheckoutTestCase::setUp

File

modules/uc_recurring_hosted/uc_recurring_hosted.test, line 20
UC Recurring paypal simpletest

Class

ucRecurringPaypalWPSTestCase
Test payment gateway api fuctions in uc_recurring.

Code

function setUp() {
  parent::setUp('uc_order', 'uc_recurring', 'uc_recurring_product', 'uc_payment', 'uc_paypal', 'uc_recurring_hosted');
  $this
    ->createRecurringUsers();
}