euromedica-client/test/Model/CustomerDtoTest.php

263 lines
5.3 KiB
PHP

<?php
/**
* CustomerDtoTest
*
* 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;
/**
* CustomerDtoTest Class Doc Comment
*
* @category Class
* @description CustomerDto
* @package Europharmacy\EuromedicaClient
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
class CustomerDtoTest 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 "CustomerDto"
*/
public function testCustomerDto()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "id"
*/
public function testPropertyId()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "last_name"
*/
public function testPropertyLastName()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "first_name"
*/
public function testPropertyFirstName()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "nikcname"
*/
public function testPropertyNikcname()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "phone"
*/
public function testPropertyPhone()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "mobile"
*/
public function testPropertyMobile()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "amka"
*/
public function testPropertyAmka()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "address"
*/
public function testPropertyAddress()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "post_code"
*/
public function testPropertyPostCode()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "city"
*/
public function testPropertyCity()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "country_code"
*/
public function testPropertyCountryCode()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "country_name"
*/
public function testPropertyCountryName()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "birth_day"
*/
public function testPropertyBirthDay()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "tax_number"
*/
public function testPropertyTaxNumber()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "tax_office"
*/
public function testPropertyTaxOffice()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "profession"
*/
public function testPropertyProfession()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "brand_id"
*/
public function testPropertyBrandId()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "email"
*/
public function testPropertyEmail()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "notes"
*/
public function testPropertyNotes()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "eshop_id"
*/
public function testPropertyEshopId()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
}