You are here

public static function ProtectedNodePrivateFile::getInfo in Protected Node 7

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

File

tests/protected_node.private_file.test, line 16
Test protected node behavior with private files.

Class

ProtectedNodePrivateFile
Configure protected_node to use per node password and use private file field.

Code

public static function getInfo() {
  return array(
    'name' => 'Protected node private file',
    'description' => "This tests the behavior of protected node with private file field",
    'group' => 'Protected Node',
  );
}