You are here

function UcAddressesCartCheckoutTestCase::testCheckoutRoleAssignment in Ubercart Addresses 7

Override of UbercartCartCheckoutTestCase::testCheckoutRoleAssignment().

Overrides UbercartCartCheckoutTestCase::testCheckoutRoleAssignment

File

tests/uc_addresses.checkout.test, line 143
Test cases for checkout.

Class

UcAddressesCartCheckoutTestCase
Test cases for checkout.

Code

function testCheckoutRoleAssignment() {

  // We are forced to skip this test because RulesTokenEvaluator sometimes sends empty data
  // to token_generate(), which will result in an error triggered by the token module in
  // function token_tokens() in token.tokens.inc.
  // Sinds we depend on the token module, doing this test will cause this test to fail.
}