You are here

public static function CommerceBackofficeProductTestCase::getInfo in Commerce Backoffice 7

File

./commerce_backoffice_product.test, line 76

Class

CommerceBackofficeProductTestCase
Tests the commerce backoffice product interface.

Code

public static function getInfo() {
  return array(
    'name' => 'Commerce backoffice product interface',
    'description' => 'Test the commerce backoffice product interface.',
    'group' => 'Commerce backoffice product',
  );
}