You are here

public static function CountryFieldTest::getInfo in Country Field 7

File

./country_field.test, line 40
Contains tests for country field functionality.

Class

CountryFieldTest
Ensures that country field works correctly.

Code

public static function getInfo() {
  return array(
    'name' => 'Country Field',
    'description' => 'Test country field functionality.',
    'group' => 'Country Field',
  );
}