dirroot . '/mod/forum/lib.php'); class modforumlib_test extends UnitTestCase { function setUp() { } function tearDown() { } function test_forum_cron() { // watch out: forum_cron() should not be called from here, // it relies on special environment setup used in admin/cron.php, // mainly special cookieless session and $USER object /* forum_cron(); $this->assertTrue(false); */ } } ?>