Codeception workaround

This commit is contained in:
paolo
2016-08-03 09:57:24 +02:00
parent c01eecf196
commit 2d8f7fcac3
221 changed files with 561 additions and 300 deletions
@@ -8,4 +8,5 @@ $I->haveHttpHeader("FHC-API-KEY", "testapikey@fhcomplete.org");
$I->sendGET("v1/crm/Dokumentstudiengang/Dokumentstudiengang", array("studiengang_kz" => "0", "dokument_kurzbz" => "0", "studiengang_kz" => "0", "onlinebewerbung" => "0", "pflicht" => "0"));
$I->seeResponseCodeIs(200);
$I->seeResponseIsJson();
$I->seeResponseContainsJson(["error" => 0]);
$I->seeResponseContainsJson(["error" => 0]);
$I->wait();