Activated the __destruct to delete the course CT#191

skala
Arthur Portugal 15 years ago
parent 6d7aed9445
commit 5fb3405bd5
  1. 2
      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';
}
}
?>

Loading…
Cancel
Save