public static function ProtectedNodeGlobalPassword::getInfo in Protected Node 7        
                          
                  
                        Same name and namespace in other branches
- 1.0.x tests/protected_node.global.test \ProtectedNodeGlobalPassword::getInfo()
File
 
   - tests/protected_node.global.test, line 16
- Test protected node global password functionality.
Class
  
  - ProtectedNodeGlobalPassword 
- Configure protected_node to use global password.
Code
public static function getInfo() {
  return array(
    'name' => 'Protected node global password feature',
    'description' => "This tests global features in case of global password protection",
    'group' => 'Protected Node',
  );
}