You are here

public static function GNodeViewAccessTests::getInfo in Group 7

Drupal SimpleTest method: return metadata about the test.

File

modules/gnode/tests/gnode.test, line 217
Tests for the gnode module.

Class

GNodeViewAccessTests
Test for view access control.

Code

public static function getInfo() {
  return array(
    'name' => t('Group gnode view tests'),
    'description' => t('Executes node view test suite for gnode module.'),
    'group' => t('Group'),
  );
}