public static function ProtectedNodeStatistics::getInfo in Protected Node 7        
                          
                  
                        Same name and namespace in other branches
- 1.0.x 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',
  );
}