public static function CountriesFieldUnitTest::getInfo in Countries 7.2
Same name and namespace in other branches
- 8 tests/countries.test \CountriesFieldUnitTest::getInfo()
File
- tests/
countries.test, line 1113 - Tests for countries.module.
Class
- CountriesFieldUnitTest
- Test country fields.
Code
public static function getInfo() {
return array(
'name' => 'Country Fields',
'description' => 'Test the country fields, instances, widgets and formatters.',
'group' => 'Countries',
);
}