You are here

public static function UbercartProductTestCase::getInfo in Ubercart 6.2

Same name and namespace in other branches
  1. 7.3 uc_product/tests/uc_product.test \UbercartProductTestCase::getInfo()

File

uc_product/uc_product.test, line 13
Ubercart Product Tests

Class

UbercartProductTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Products',
    'description' => 'Ensure that the product content types provided function properly.',
    'group' => 'Ubercart',
  );
}