You are here

public static function UbercartTaxesTestCase::getInfo in Ubercart 7.3

File

uc_taxes/tests/uc_taxes.test, line 13
Tax tests.

Class

UbercartTaxesTestCase
Tests the tax functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Taxes',
    'description' => 'Ensures that taxes are calculated, stored and displayed correctly.',
    'group' => 'Ubercart',
  );
}