You are here

function ForumAccessBaseTestCase::testEnableForumField in Forum Access 7

Tests disabling and re-enabling the Forum module.

Overrides ForumTestCase::testEnableForumField

File

tests/forum_access_test_base.php, line 214
Base class with auxiliary functions for forum access module tests.

Class

ForumAccessBaseTestCase
Base test class for the Forum Access module.

Code

function testEnableForumField() {

  // Skip test in the base class; too bad we can't skip the unnecessary setUp() call...
  $this
    ->pass('==========================<br />Empty testEnableForumField() @' . (time() - $this->time));
}