Moodle-Integration aus FHComplete Core entfernt und in eigenes Addon

ausgelagert.
Support für Moodle 1.9 entfernt
This commit is contained in:
Andreas Oesterreicher
2017-08-02 14:05:31 +02:00
parent 5d0dcb6e4a
commit 42960ffe20
64 changed files with 899 additions and 12741 deletions
@@ -1,11 +0,0 @@
<?php
$I = new ApiTester($scenario);
$I->wantTo("Test API call v1/education/Moodle/: Moodle");
$I->amHttpAuthenticated("admin", "1q2w3");
$I->haveHttpHeader("FHC-API-KEY", "testapikey@fhcomplete.org");
$I->sendGET("v1/education/Moodle/Moodle", array("moodle_id" => "1"));
$I->seeResponseCodeIs(200);
$I->seeResponseIsJson();
$I->seeResponseContainsJson(["error" => 0]);
$I->wait();