You are here

public static function NodeaccesssPublishTestCase::getInfo in Nodeaccess 7

Provide some information about this test case.

File

tests/nodeaccess_publish.test, line 77
Tests for the nodeaccess module.

Class

NodeaccesssPublishTestCase
Tests the functionality of the nodeaccess module.

Code

public static function getInfo() {
  return array(
    'name' => 'Nodeaccess node status based tests.',
    'description' => 'Tests nodes are correctly hidden based on node published status.',
    'group' => 'Nodeaccess',
  );
}