///////////////////////////////////////////////////////////////////////////
/**
- * Unit tests for (some of) ../moodlelib.php.
+ * Unit tests for (some of) ../mod/forum/lib.php.
*
* @copyright © 2006 The Open University
* @author T.J.Hunt@open.ac.uk
* @author nicolas@moodle.com
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @package moodlecore
+ * @package mod/forum
*/
if (!defined('MOODLE_INTERNAL')) {
}
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);
+ */
}
}