Docker-Images bauen und veröffentlichen / build (, omsorgCore/Dockerfile, omsorgcore) (push) Successful in 3s
Docker-Images bauen und veröffentlichen / build (, omsorgWeb/Dockerfile, omsorgweb) (push) Failing after 4s
Docker-Images bauen und veröffentlichen / build (VITE_OMSORG_CORE_URL=${{ vars.OMSORG_CORE_PUBLIC_URL }}, omsorgapp/Dockerfile, omsorgapp) (push) Successful in 3s
- omsorgapp: drop Electron, run as a plain Vite/React browser app; refresh token moves to an HttpOnly cookie (omsorgCore), CORS added for the new browser origin, document download/preview switched to Blob-based browser APIs. - Add Dockerfiles for omsorgCore, omsorgapp, and omsorgWeb, a docker-compose.yml wiring Postgres/MySQL/all three apps together, and a Gitea Actions workflow that builds and pushes images to the repo's container registry on push to main and on version tags. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
242 lines
4.7 KiB
PHP
242 lines
4.7 KiB
PHP
<?php
|
|
/**
|
|
* TrashApiTest
|
|
* PHP version 8.1
|
|
*
|
|
* @category Class
|
|
* @package OmsorgCoreClient
|
|
* @author OpenAPI Generator team
|
|
* @link https://openapi-generator.tech
|
|
*/
|
|
|
|
/**
|
|
* OmsorgCore.Api
|
|
*
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* The version of the OpenAPI document: 1.0
|
|
* Generated by: https://openapi-generator.tech
|
|
* Generator version: 7.14.0
|
|
*/
|
|
|
|
/**
|
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
* https://openapi-generator.tech
|
|
* Please update the test case below to test the endpoint.
|
|
*/
|
|
|
|
namespace OmsorgCoreClient\Test\Api;
|
|
|
|
use \OmsorgCoreClient\Configuration;
|
|
use \OmsorgCoreClient\ApiException;
|
|
use \OmsorgCoreClient\ObjectSerializer;
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
/**
|
|
* TrashApiTest Class Doc Comment
|
|
*
|
|
* @category Class
|
|
* @package OmsorgCoreClient
|
|
* @author OpenAPI Generator team
|
|
* @link https://openapi-generator.tech
|
|
*/
|
|
class TrashApiTest extends TestCase
|
|
{
|
|
|
|
/**
|
|
* Setup before running any test cases
|
|
*/
|
|
public static function setUpBeforeClass(): void
|
|
{
|
|
}
|
|
|
|
/**
|
|
* Setup before running each test case
|
|
*/
|
|
public function setUp(): void
|
|
{
|
|
}
|
|
|
|
/**
|
|
* Clean up after running each test case
|
|
*/
|
|
public function tearDown(): void
|
|
{
|
|
}
|
|
|
|
/**
|
|
* Clean up after running all test cases
|
|
*/
|
|
public static function tearDownAfterClass(): void
|
|
{
|
|
}
|
|
|
|
/**
|
|
* Test case for apiTrashAbsencesGet
|
|
*
|
|
* .
|
|
*
|
|
*/
|
|
public function testApiTrashAbsencesGet()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiTrashAbsencesIdRestorePost
|
|
*
|
|
* .
|
|
*
|
|
*/
|
|
public function testApiTrashAbsencesIdRestorePost()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiTrashContractsGet
|
|
*
|
|
* .
|
|
*
|
|
*/
|
|
public function testApiTrashContractsGet()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiTrashContractsIdRestorePost
|
|
*
|
|
* .
|
|
*
|
|
*/
|
|
public function testApiTrashContractsIdRestorePost()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiTrashEmployeesGet
|
|
*
|
|
* .
|
|
*
|
|
*/
|
|
public function testApiTrashEmployeesGet()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiTrashEmployeesIdRestorePost
|
|
*
|
|
* .
|
|
*
|
|
*/
|
|
public function testApiTrashEmployeesIdRestorePost()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiTrashFacilitiesGet
|
|
*
|
|
* .
|
|
*
|
|
*/
|
|
public function testApiTrashFacilitiesGet()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiTrashFacilitiesIdRestorePost
|
|
*
|
|
* .
|
|
*
|
|
*/
|
|
public function testApiTrashFacilitiesIdRestorePost()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiTrashFacilityContactsGet
|
|
*
|
|
* .
|
|
*
|
|
*/
|
|
public function testApiTrashFacilityContactsGet()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiTrashFacilityContactsIdRestorePost
|
|
*
|
|
* .
|
|
*
|
|
*/
|
|
public function testApiTrashFacilityContactsIdRestorePost()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiTrashFacilityQualificationRatesGet
|
|
*
|
|
* .
|
|
*
|
|
*/
|
|
public function testApiTrashFacilityQualificationRatesGet()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiTrashFacilityQualificationRatesIdRestorePost
|
|
*
|
|
* .
|
|
*
|
|
*/
|
|
public function testApiTrashFacilityQualificationRatesIdRestorePost()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiTrashOrdersGet
|
|
*
|
|
* .
|
|
*
|
|
*/
|
|
public function testApiTrashOrdersGet()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiTrashOrdersIdRestorePost
|
|
*
|
|
* .
|
|
*
|
|
*/
|
|
public function testApiTrashOrdersIdRestorePost()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
}
|