You are here

public function CommerceBraintreeCofTest::setRandomName in Commerce Braintree 7.2

Same name and namespace in other branches
  1. 7.3 tests/commerce_braintree_cof.test \CommerceBraintreeCofTest::setRandomName()
  2. 7 tests/commerce_braintree_cof.test \CommerceBraintreeCofTest::setRandomName()

Set a random name.

Parameters

string $randomName:

1 call to CommerceBraintreeCofTest::setRandomName()
CommerceBraintreeCofTest::setUp in tests/commerce_braintree_cof.test
Implementation of setUp().

File

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

Class

CommerceBraintreeCofTest
Test payment user interface.

Code

public function setRandomName($randomName) {
  $this->randomName = $randomName;
}