You are here

public static function CommerceProductCRUDTestCase::getInfo in Commerce Core 7

File

modules/product/tests/commerce_product.test, line 12
Unit tests for the commerce product module.

Class

CommerceProductCRUDTestCase
Test the product and product type CRUD.

Code

public static function getInfo() {
  return array(
    'name' => 'Product CRUD',
    'description' => 'Test the product CRUD functions.',
    'group' => 'Drupal Commerce',
  );
}