You are here

public static function CommerceCustomerUITest::getInfo in Commerce Core 7

Implementation of getInfo().

File

modules/customer/tests/commerce_customer_ui.test, line 15
Commerce customer profile tests.

Class

CommerceCustomerUITest
Functional tests for the commerce customer UI module.

Code

public static function getInfo() {
  return array(
    'name' => 'Customer user interface',
    'description' => 'Test creating, editing, deleting cusomer profiles and how they interact with other components, like orders.',
    'group' => 'Drupal Commerce',
  );
}