Resturlaubstage, Mehrarbeitsstunden und Urlaubsanspruch pro Jahr

entfernt. Diese können bei Mitarbeitern jetzt nicht mehr verwaltet
werden
This commit is contained in:
Andreas Österreicher
2018-01-18 09:01:49 +01:00
parent f8cfab3c16
commit 78df57044e
22 changed files with 37 additions and 1317 deletions
@@ -1,11 +0,0 @@
<?php
$I = new ApiTester($scenario);
$I->wantTo("Test API call v1/ressource/Resturlaub/: Resturlaub");
$I->amHttpAuthenticated("admin", "1q2w3");
$I->haveHttpHeader("FHC-API-KEY", "testapikey@fhcomplete.org");
$I->sendGET("v1/ressource/Resturlaub/Resturlaub", array("resturlaub_id" => "1"));
$I->seeResponseCodeIs(200);
$I->seeResponseIsJson();
$I->seeResponseContainsJson(["error" => 0]);
$I->wait();