Modified - commented the var_dump in the test api_is_course_admin()

skala
Ricardo Rodriguez 15 years ago
parent cf38f31bfe
commit 5be5378652
  1. 2
      tests/main/inc/lib/main_api.lib.test.php

@ -335,7 +335,7 @@ class TestMainApi extends UnitTestCase {
} else {
$this->assertFalse(is_bool($res));
}
var_dump($res);
//var_dump($res);
}
function testApiIsCourseCoach() {

Loading…
Cancel
Save