You are here

public static function StripeCustomerCreateTest::getInfo in Stripe 7

Same name in this branch
  1. 7 stripe_customer/tests/customers.test \StripeCustomerCreateTest::getInfo()
  2. 7 stripe_customer/views/tests/customers.test \StripeCustomerCreateTest::getInfo()

Implementation of getInfo().

File

stripe_customer/tests/customers.test, line 15
Commerce customer profile tests.

Class

StripeCustomerCreateTest
Functional tests for the commerce customer UI module.

Code

public static function getInfo() {
  return array(
    'name' => 'Stripe Customer creation',
    'description' => 'Test creating and updating Stripe customers.',
    'group' => 'Stripe',
  );
}