You are here

function UbercartCartLinksTestCase::setUp in Ubercart 6.2

Same name and namespace in other branches
  1. 7.3 uc_cart_links/tests/uc_cart_links.test \UbercartCartLinksTestCase::setUp()

Sets up the framework for testing cart links.

Overrides UbercartTestHelper::setUp

File

uc_cart_links/uc_cart_links.test, line 27
Ubercart Cart Links Tests.

Class

UbercartCartLinksTestCase
SimpleTests for Ubercart Cart Links.

Code

function setUp() {
  parent::setUp(array(
    'uc_cart_links',
    'uc_attribute',
  ), array(
    'administer cart links',
    'view cart links report',
    'access administration pages',
  ));
}