Browse Source

Minor - added require_once from gradebook CT#191

Arthur Portugal 15 years ago
parent
commit
6d7aed9445
1 changed files with 3 additions and 0 deletions
  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 {