public static function ProtectedNodeStatistics::getInfo in Protected Node 1.0.x
Same name and namespace in other branches
- 7 tests/protected_node.statistics.test \ProtectedNodeStatistics::getInfo()
File
- tests/
protected_node.statistics.test, line 16 - Test protected node statistics overview.
Class
- ProtectedNodeStatistics
- Test protected node statistics overview.
Code
public static function getInfo() {
return array(
'name' => 'Protected node statistic overview',
'description' => "This tests statistics overview",
'group' => 'Protected Node',
);
}