You are here

public static function UbercartAddressTestCase::getInfo in Ubercart 7.3

File

uc_store/tests/uc_address.test, line 16
Tests for the UcAddress class.

Class

UbercartAddressTestCase
Tests for the UcAddress class.

Code

public static function getInfo() {
  return array(
    'name' => 'Address functionality',
    'description' => 'Create and compare addresses.',
    'group' => 'Ubercart',
  );
}