function ForumAccess00PlainTestCase::testEnableForumField in Forum Access 7
This test checks whether the Forum checkbox is enabled in the forum list. With Forum Access enabled, the Forum checkbox necessarily gets disabled and the test would fail.
Overrides ForumTestCase::testEnableForumField
See also
ForumTestCase::testEnableForumField()
File
- tests/
forum_access.test, line 48
Class
- ForumAccess00PlainTestCase
- Functional tests for the Forum module, with Forum Access (and ACL) installed.
Code
function testEnableForumField() {
$this
->assertTrue(TRUE, 'Skip the testEnableForumField() test.');
}