You are here

public static function UbercartCatalogTestCase::getInfo in Ubercart 7.3

File

uc_catalog/tests/uc_catalog.test, line 13
Tests for the Ubercart catalog.

Class

UbercartCatalogTestCase
Tests for the Ubercart catalog.

Code

public static function getInfo() {
  return array(
    'name' => 'Catalog',
    'description' => 'Ensure that the catalog functions properly.',
    'group' => 'Ubercart',
  );
}