瀏覽代碼

Minor - added require_once from gradebook CT#191

Arthur Portugal 15 年之前
父節點
當前提交
6d7aed9445
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tests/main/forum/forumfunction.inc.test.php

+ 3 - 0
tests/main/forum/forumfunction.inc.test.php

@@ -1,4 +1,7 @@
 <?php
+require_once api_get_path(SYS_CODE_PATH).'gradebook/lib/be/gradebookitem.class.php';
+require_once api_get_path(SYS_CODE_PATH).'gradebook/lib/be/abstractlink.class.php';
+require_once api_get_path(SYS_CODE_PATH).'gradebook/lib/be/evallink.class.php';
 
 class TestForumFunction extends UnitTestCase {