public static function CountriesFunctionsUnitTest::getInfo in Countries 8
Same name and namespace in other branches
- 7.2 tests/countries.test \CountriesFunctionsUnitTest::getInfo()
File
- tests/
countries.test, line 284 - Tests for countries.module.
Class
- CountriesFunctionsUnitTest
- Test the general functions provided by the module.
Code
public static function getInfo() {
return array(
'name' => 'Country core',
'description' => 'Test the country lookup functionality, querries and other core functions.',
'group' => 'Countries',
);
}