public static function commerce_stripeTestCase::getInfo in Commerce Stripe 7
Same name and namespace in other branches
- 7.3 commerce_stripe.test \commerce_stripeTestCase::getInfo()
Info for this test case.
File
- ./
commerce_stripe.test, line 15 - commerce_stripe.test This file contains the testing code for this module
Class
- commerce_stripeTestCase
- The test case
Code
public static function getInfo() {
return array(
'name' => t('commerce_stripe: basic test'),
'description' => t('Make sure that the hooks are called correctly to build the stripe request.'),
'group' => 'commerce_stripe',
);
}