You are here

public static function ProtectedNodePerTypePassword::getInfo in Protected Node 7

Same name and namespace in other branches
  1. 1.0.x tests/protected_node.per_type.test \ProtectedNodePerTypePassword::getInfo()

File

tests/protected_node.per_type.test, line 16
Test protected node per type functionality.

Class

ProtectedNodePerTypePassword
Configure protected_node to use per type password.

Code

public static function getInfo() {
  return array(
    'name' => 'Protected node per type feature',
    'description' => "This tests global features in case of per type protection",
    'group' => 'Protected Node',
  );
}