function ucRecurringPaypalWPSTestCase::setUp in UC Recurring Payments and Subscriptions 7.2
Same name and namespace in other branches
- 6.2 modules/uc_recurring_hosted/uc_recurring_hosted.test \ucRecurringPaypalWPSTestCase::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();
}