You are here

public static function CountriesFunctionsUnitTest::getInfo in Countries 7.2

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

File

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