public static function CountriesCRUDUnitTest::getInfo in Countries 8
Same name and namespace in other branches
- 7.2 tests/countries.test \CountriesCRUDUnitTest::getInfo()
File
- tests/
countries.test, line 554 - Tests for countries.module.
Class
- CountriesCRUDUnitTest
- Test the node_load_multiple() function.
Code
public static function getInfo() {
return array(
'name' => 'Country CRUD functions',
'description' => 'Test the country creation, editting, deletion programmatically.',
'group' => 'Countries',
);
}