You are here

public static function ProtectedNodePerNodePassword::getInfo in Protected Node 1.0.x

Same name and namespace in other branches
  1. 7 tests/protected_node.per_node.test \ProtectedNodePerNodePassword::getInfo()

File

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

Class

ProtectedNodePerNodePassword
Configure protected_node to use per node password.

Code

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