load->helper('hlp_common'); self::$CI->load->helper('hlp_return_object'); } public function testHandleInsert(): void { $jsondata = file_get_contents('./system/UnitTests/vertragsbestandteil/gui/stunden01.json'); $this->assertNotEmpty($jsondata); $GH = new GUIHandler($this->employeeUID, $this->userUID); $res = $GH->handle($jsondata); } public function test_true() { $this->assertTrue(true); } }