You are here

public static function CountriesBaseImportUnitTest::getInfo in Countries 7.2

Same name and namespace in other branches
  1. 8 tests/countries.test \CountriesBaseImportUnitTest::getInfo()

File

tests/countries.test, line 269
Tests for countries.module.

Class

CountriesBaseImportUnitTest

Code

public static function getInfo() {
  return array(
    'name' => 'Country imports from CSV file',
    'description' => 'Test the import functions.',
    'group' => 'Countries',
  );
}