You are here

public static function GNodeBypassAccessTests::getInfo in Group 7

Drupal SimpleTest method: return metadata about the test.

File

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

Class

GNodeBypassAccessTests
Test for bypass access control.

Code

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