159 lines
3.5 KiB
PHP
159 lines
3.5 KiB
PHP
<?php
|
|
/**
|
|
* MasterDataApiTest
|
|
* PHP version 7.4
|
|
*
|
|
* @category Class
|
|
* @package Europharmacy\EuromedicaClient
|
|
* @author OpenAPI Generator team
|
|
* @link https://openapi-generator.tech
|
|
*/
|
|
|
|
/**
|
|
* Euromedica Two Web Api
|
|
*
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* The version of the OpenAPI document: v1
|
|
* Contact: development@europharmacy.gr
|
|
* Generated by: https://openapi-generator.tech
|
|
* Generator version: 7.12.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 Europharmacy\EuromedicaClient\Test\Api;
|
|
|
|
use \Europharmacy\EuromedicaClient\Configuration;
|
|
use \Europharmacy\EuromedicaClient\ApiException;
|
|
use \Europharmacy\EuromedicaClient\ObjectSerializer;
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
/**
|
|
* MasterDataApiTest Class Doc Comment
|
|
*
|
|
* @category Class
|
|
* @package Europharmacy\EuromedicaClient
|
|
* @author OpenAPI Generator team
|
|
* @link https://openapi-generator.tech
|
|
*/
|
|
class MasterDataApiTest 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 apiMasterDataCategoriesGet
|
|
*
|
|
* Κατηγορίες (Product.categId).
|
|
*
|
|
*/
|
|
public function testApiMasterDataCategoriesGet()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiMasterDataMainCategoriesGet
|
|
*
|
|
* Κύριες κατηγορίες (Product.mainCategId).
|
|
*
|
|
*/
|
|
public function testApiMasterDataMainCategoriesGet()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiMasterDataOikoiGet
|
|
*
|
|
* Οίκοι (Product.oikosId).
|
|
*
|
|
*/
|
|
public function testApiMasterDataOikoiGet()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiMasterDataOwnersGet
|
|
*
|
|
* Εταιρία (Product.ownerId).
|
|
*
|
|
*/
|
|
public function testApiMasterDataOwnersGet()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiMasterDataPersonalCategoriesGet
|
|
*
|
|
* Προσωπικές Κατηγορίες (Product.perCatId , Product.perCat2Id , Product.perCat3Id).
|
|
*
|
|
*/
|
|
public function testApiMasterDataPersonalCategoriesGet()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiMasterDataSubCategoriesGet
|
|
*
|
|
* Κατηγορίες (Product.subCategId).
|
|
*
|
|
*/
|
|
public function testApiMasterDataSubCategoriesGet()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
|
|
/**
|
|
* Test case for apiMasterDataVatCaterogiesGet
|
|
*
|
|
* Κατηφορίες ΦΠΑ.
|
|
*
|
|
*/
|
|
public function testApiMasterDataVatCaterogiesGet()
|
|
{
|
|
// TODO: implement
|
|
self::markTestIncomplete('Not implemented');
|
|
}
|
|
}
|