function ForumAccessTestCase7::testForumAccess in Forum Access 6
Implements the Forum Access testing.
File
- ./
forum_access.test, line 1761  - Test file for forum_access.module.
 
Class
Code
function testForumAccess() {
  $getinfo = $this
    ->getInfo();
  $this
    ->testForumAccessRun($this
    ->testForumAccessGetGrants($getinfo['description']));
}