public static function CountriesElementUnitTest::getInfo in Countries 8
Same name and namespace in other branches
- 7.2 tests/countries.test \CountriesElementUnitTest::getInfo()
 
File
- tests/
countries.test, line 833  - 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',
  );
}