You are here

public static function CommerceBraintreeCofTest::getInfo in Commerce Braintree 7.3

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

Implementation of getInfo().

File

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

Class

CommerceBraintreeCofTest
Test payment user interface.

Code

public static function getInfo() {
  return array(
    'name' => 'Braintree CoF transaction test',
    'description' => 'Test Braintree service with CoF.',
    'group' => 'Drupal Commerce Braintree',
  );
}