public static function CountriesCacheUnitTest::getInfo in Countries 8
Same name and namespace in other branches
- 7.2 tests/countries.test \CountriesCacheUnitTest::getInfo()
File
- tests/
countries.test, line 924 - Tests for countries.module.
Class
- CountriesCacheUnitTest
- Test the cache is not breaking core functionality.
Code
public static function getInfo() {
return array(
'name' => 'Country cache',
'description' => 'Test the cache is behaving.',
'group' => 'Countries',
);
}