You are here

function UCRestrictQtyFunctionalTest::setUp in Ubercart Restrict Qty 7

Same name and namespace in other branches
  1. 6.2 tests/uc_restrict_qty.test \UCRestrictQtyFunctionalTest::setUp()

Implementation of setUp().

Overrides DrupalWebTestCase::setUp

File

tests/uc_restrict_qty.test, line 19
UC Restrict Qty auto-tests.

Class

UCRestrictQtyFunctionalTest
@file UC Restrict Qty auto-tests.

Code

function setUp() {
  parent::setUp('uc_store', 'uc_cart', 'uc_product', 'uc_order', 'ca', 'uc_restrict_qty');
}