You are here

function ForumAccess14AllOffConfigurationTestCase::testAccess4 in Forum Access 7

File

tests/forum_access.test, line 229

Class

ForumAccess14AllOffConfigurationTestCase
All-OFF configuration test for the Forum Access module.

Code

function testAccess4() {
  $this
    ->createAndCheckForum(4, 'All-OFF', 'All checkboxes cleared', array());
}