You are here

public static function AckNodeAccessTest::getInfo in Access Control Kit 7

Implements getInfo(), required method for SimpleTest.

File

ack_node/ack_node.test, line 51
Tests for the ACK node module.

Class

AckNodeAccessTest
Tests the node access functions.

Code

public static function getInfo() {
  return array(
    'name' => 'ACK node access',
    'description' => 'Tests controlling access to nodes.',
    'group' => 'Access control kit',
  );
}