You are here

public static function UbercartCountryTestCase::getInfo in Ubercart 7.3

Same name and namespace in other branches
  1. 6.2 uc_store/uc_store.test \UbercartCountryTestCase::getInfo()

File

uc_store/tests/uc_store.test, line 360
Test functionality provided by uc_store.

Class

UbercartCountryTestCase
Test the country import and update functions.

Code

public static function getInfo() {
  return array(
    'name' => 'Country functionality',
    'description' => 'Import, edit, and remove countries and their settings.',
    'group' => 'Ubercart',
  );
}