You are here

public static function CommerceBraintreeTest::getInfo in Commerce Braintree 7.2

Same name and namespace in other branches
  1. 7.3 tests/commerce_braintree.test \CommerceBraintreeTest::getInfo()
  2. 7 tests/commerce_braintree.test \CommerceBraintreeTest::getInfo()

Implementation of getInfo().

File

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

Class

CommerceBraintreeTest
Test payment user interface.

Code

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