You are here

function ForumAccessTestCase4::testForumAccess in Forum Access 6

Implements the Forum Access testing.

File

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

Class

ForumAccessTestCase4

Code

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