public static function HierarchicalTermFormatterTestCase::getInfo in Hierarchical Term Formatter 7
File
- ./
hierarchical_term_formatter.test, line 15 - Tests for Field Multiple Limit, based on examples from field.test
Class
- HierarchicalTermFormatterTestCase
- Test the field formatter settings work.
Code
public static function getInfo() {
return array(
'name' => 'Hierarchical Term Formatter tests',
'description' => 'Creates a taxonomy vocabulary and adds terms in a multilevel hierarchy. Adds a term reference field to an entity and populates it with terms from various parts of the hierarchy. Changes the formatter display settings and verifies the changes take effect.',
'group' => 'Field Formatter Settings',
);
}