You are here

public function CommerceBraintreeCofTest::getRandomName in Commerce Braintree 7.2

Same name and namespace in other branches
  1. 7.3 tests/commerce_braintree_cof.test \CommerceBraintreeCofTest::getRandomName()
  2. 7 tests/commerce_braintree_cof.test \CommerceBraintreeCofTest::getRandomName()
1 call to CommerceBraintreeCofTest::getRandomName()
CommerceBraintreeCofTest::testCommerceBraintreeCofRequest in tests/commerce_braintree_cof.test
Test a card on File request. Be sure we store the credit card.

File

tests/commerce_braintree_cof.test, line 31
Functional tests for the commerce payment module user interface.

Class

CommerceBraintreeCofTest
Test payment user interface.

Code

public function getRandomName() {
  return $this->randomName;
}