public static function ProtectedNodeRules::getInfo in Protected Node 7
Same name and namespace in other branches
- 1.0.x protected_node_rules/tests/protected_node_rules.test \ProtectedNodeRules::getInfo()
File
- protected_node_rules/
tests/ protected_node_rules.test, line 16 - Test protected node rules functionality.
Class
- ProtectedNodeRules
- Test protected node rules functionality.
Code
public static function getInfo() {
return array(
'name' => 'Protected node rules feature',
'description' => 'This tests rules features.',
'group' => 'Protected Node',
);
}