You are here

public static function ProtectedNodeBulkPassword::getInfo in Protected Node 7

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

File

tests/protected_node.bulk.test, line 16
Test protected node bulk actions functionality.

Class

ProtectedNodeBulkPassword
Configure protected_node to use mixin password.

Code

public static function getInfo() {
  return array(
    'name' => 'Protected node bulk actions feature',
    'description' => "This tests bulk actions features",
    'group' => 'Protected Node',
  );
}