public static function DynamicDepthCalculationTest::getInfo in Taxonomy Term Depth 7
File
- ./
taxonomy_term_depth.test, line 13
Class
- DynamicDepthCalculationTest
- Tests the taxonomy vocabulary interface.
Code
public static function getInfo() {
return array(
'name' => 'Getting calculating dynamically the depth of the term',
'description' => 'Basic test for Taxonomy depth manipulation',
'group' => 'Taxonomy Term Depth',
);
}