function ForumAccessBaseTestCase::testForum in Forum Access 7
Tests forum functionality through the admin and user interfaces.
Overrides ForumTestCase::testForum
File
- tests/
forum_access_test_base.php, line 204 - Base class with auxiliary functions for forum access module tests.
Class
- ForumAccessBaseTestCase
- Base test class for the Forum Access module.
Code
function testForum() {
// Skip test in the base class; too bad we can't skip the unnecessary setUp() call...
$this
->pass('==========================<br />Empty testForum() @' . (time() - $this->time));
}