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