public static function CountriesBaseImportUnitTest::getInfo in Countries 8
Same name and namespace in other branches
- 7.2 tests/countries.test \CountriesBaseImportUnitTest::getInfo()
File
- tests/
countries.test, line 218 - Tests for countries.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Country imports from CSV file',
'description' => 'Test the import functions.',
'group' => 'Countries',
);
}