euromedica-client/test/Model/EOrderTest.php

272 lines
5.5 KiB
PHP

<?php
/**
* EOrderTest
*
* PHP version 8.1
*
* @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.20.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 model.
*/
namespace Europharmacy\EuromedicaClient\Test\Model;
use PHPUnit\Framework\TestCase;
/**
* EOrderTest Class Doc Comment
*
* @category Class
* @description EOrder
* @package Europharmacy\EuromedicaClient
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
class EOrderTest extends TestCase
{
/**
* Setup before running any test case
*/
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 "EOrder"
*/
public function testEOrder()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "order_id"
*/
public function testPropertyOrderId()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "status_id"
*/
public function testPropertyStatusId()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "admin_url"
*/
public function testPropertyAdminUrl()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "status"
*/
public function testPropertyStatus()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "date_created"
*/
public function testPropertyDateCreated()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "date_completed"
*/
public function testPropertyDateCompleted()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "date_modified"
*/
public function testPropertyDateModified()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "date_paid"
*/
public function testPropertyDatePaid()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "payment_method_id"
*/
public function testPropertyPaymentMethodId()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "payment_method"
*/
public function testPropertyPaymentMethod()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "shipping_method"
*/
public function testPropertyShippingMethod()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "client_id"
*/
public function testPropertyClientId()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "notes"
*/
public function testPropertyNotes()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "net_amount"
*/
public function testPropertyNetAmount()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "vat_amount"
*/
public function testPropertyVatAmount()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "total_amount"
*/
public function testPropertyTotalAmount()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "billing"
*/
public function testPropertyBilling()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "shipping"
*/
public function testPropertyShipping()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "items"
*/
public function testPropertyItems()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "fees"
*/
public function testPropertyFees()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "coupons"
*/
public function testPropertyCoupons()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
}