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