You are here

public static function CommerceProductUIAdminTest::getInfo in Commerce Core 7

Implementation of getInfo().

File

modules/product/tests/commerce_product_ui.test, line 17
Functional tests for the commerce product ui module.

Class

CommerceProductUIAdminTest
Test the product and product type CRUD.

Code

public static function getInfo() {
  return array(
    'name' => 'Product administration',
    'description' => 'Tests creating, deleting and editing products and product types.',
    'group' => 'Drupal Commerce',
  );
}