You are here

public static function CountriesElementUnitTest::getInfo in Countries 7.2

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

File

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

Class

CountriesElementUnitTest
Test the node_load_multiple() function.

Code

public static function getInfo() {
  return array(
    'name' => 'Country Element',
    'description' => 'Test the country FAPI element.',
    'group' => 'Countries',
  );
}