Переглянути джерело

Activated the __destruct to delete the course CT#191

Arthur Portugal 15 роки тому
батько
коміт
5fb3405bd5

+ 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';			
 	}
 }
 ?>