Преглед изворни кода

Activated the __destruct to delete the course CT#191

Arthur Portugal пре 15 година
родитељ
комит
5fb3405bd5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tests/main/gradebook/lib/be/exerciselink.class.test.php

+ 1 - 1
tests/main/gradebook/lib/be/exerciselink.class.test.php

@@ -139,7 +139,7 @@ class TestExerciseLink extends UnitTestCase {
 
 	public function __destruct() {
 		// The destructor acts like a global tearDown for the class			
-		//require_once api_get_path(SYS_TEST_PATH).'teardown.inc.php';			
+		require_once api_get_path(SYS_TEST_PATH).'teardown.inc.php';			
 	}
 }
 ?>