You are here

public static function CountriesBaseInstallUnitTest::getInfo in Countries 7.2

File

tests/countries.test, line 206
Tests for countries.module.

Class

CountriesBaseInstallUnitTest

Code

public static function getInfo() {
  return array(
    'name' => 'Country overrides',
    'description' => 'Test the installation and modification of the core country list.',
    'group' => 'Countries',
  );
}