You are here

public static function FeedsTamperCountryToCodeTestCase::getInfo in Feeds Tamper 7

File

tests/feeds_tamper_plugins.test, line 268
Unit tests for feeds tamper plugins.

Class

FeedsTamperCountryToCodeTestCase
Tests for country_to_code.inc

Code

public static function getInfo() {
  return array(
    'name' => 'Plugins: Country to Code',
    'description' => 'Unit tests for "Country to Code" plugin.',
    'group' => 'Feeds Tamper',
  );
}