You are here

public static function UcAddressesFeedsTest::getInfo in Ubercart Addresses 7

Describes this test.

File

tests/uc_addresses.feeds.test, line 15
Test for Feeds integration.

Class

UcAddressesFeedsTest
Test aggregating a feed as address records.

Code

public static function getInfo() {
  return array(
    'name' => 'Ubercart Addresses Feeds integration',
    'description' => 'Tests importing addresses from a CSV file using the Feeds module.',
    'group' => 'Ubercart Addresses',
    'dependencies' => array(
      'ctools',
      'token',
      'uc_store',
      'feeds',
      'feeds_ui',
    ),
  );
}