You are here

public static function ForumAccess16NoViewConfigurationTestCase::getInfo in Forum Access 7

Overrides ForumTestCase::getInfo

File

tests/forum_access.test, line 259

Class

ForumAccess16NoViewConfigurationTestCase
No-View configuration test for the Forum Access module.

Code

public static function getInfo() {
  return array(
    'name' => '6. Forum Access No-View',
    'description' => 'Test access for the configuration without View access (blocks all other access!).',
    'group' => 'Forum Access',
  );
}