public static function HierarchicalSelectInternals::getInfo in Hierarchical Select 7.3
Same name and namespace in other branches
- 6.3 tests/internals.test \HierarchicalSelectInternals::getInfo()
Implementation of getInfo().
File
- tests/
internals.test, line 84 - This file contains the unit tests of the internals.
Class
- HierarchicalSelectInternals
- Tests for the internals of Hierarchical Select.
Code
public static function getInfo() {
return array(
'name' => 'Internals',
'description' => 'Checks whether all internals are working: the
building of the hierarchy and dropbox objects.',
'group' => 'Hierarchical Select',
);
}