You are here

public static function CountriesCacheUnitTest::getInfo in Countries 7.2

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

File

tests/countries.test, line 1040
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',
  );
}