You are here

function ForumAccessTestCase6::testForumAccess in Forum Access 6

Implements the Forum Access testing.

File

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

Class

ForumAccessTestCase6

Code

function testForumAccess() {
  $getinfo = $this
    ->getInfo();
  $this
    ->testForumAccessRun($this
    ->testForumAccessGetGrants($getinfo['description']));
}