You are here

public static function UbercartQuoteTestCase::getInfo in Ubercart 7.3

File

shipping/uc_quote/tests/uc_quote.test, line 13
Ubercart Shipping Quote Tests.

Class

UbercartQuoteTestCase
SimpleTests for Ubercart Shipping Quotes.

Code

public static function getInfo() {
  return array(
    'name' => 'Shipping Quotes',
    'description' => 'Test shipping quotes.',
    'group' => 'Ubercart',
  );
}