You are here

public static function ProtectedNodePageDisplay::getInfo in Protected Node 7

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

File

tests/protected_node.page_text.test, line 16
Test protected node password page display options.

Class

ProtectedNodePageDisplay
Configure protected_node to use per node password.

Code

public static function getInfo() {
  return array(
    'name' => 'Protected node password page display options',
    'description' => "This tests what is displayed on the enter password page",
    'group' => 'Protected Node',
  );
}