You are here

private property ForumAccessTestCase::$testForumAccessGrants in Forum Access 6

This variable is the forum grants of the tested forum configuration in an array.

File

./forum_access.test, line 73
Test file for forum_access.module.

Class

ForumAccessTestCase
This is the base class for forum access testing.

Code

private $testForumAccessGrants = array(
  'anonymous_view' => TRUE,
  'anonymous_create' => TRUE,
  'anonymous_update' => TRUE,
  'anonymous_delete' => TRUE,
  'authenticated_view' => TRUE,
  'authenticated_create' => TRUE,
  'authenticated_update' => TRUE,
  'authenticated_delete' => TRUE,
);