public static function CommerceBraintreeTest::getInfo in Commerce Braintree 7.3
Same name and namespace in other branches
- 7 tests/commerce_braintree.test \CommerceBraintreeTest::getInfo()
- 7.2 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',
);
}