function ForumAccess13ReadOnlyConfigurationTestCase::testAccess3 in Forum Access 7
File
- tests/
forum_access.test, line 210
Class
- ForumAccess13ReadOnlyConfigurationTestCase
- Read-Only configuration test for the Forum Access module.
Code
function testAccess3() {
$this
->createAndCheckForum(3, 'Read-Only', 'All View checkboxes checked', array(
'view',
));
}