forked from lthn/blockchain
125 lines
2.4 KiB
PHP
125 lines
2.4 KiB
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* VersionModelTest
|
||
|
|
*
|
||
|
|
* PHP version 8.1
|
||
|
|
*
|
||
|
|
* @package OpenAPI\Client
|
||
|
|
* @author OpenAPI Generator team
|
||
|
|
* @link https://openapi-generator.tech
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Lethean Blockchain API
|
||
|
|
*
|
||
|
|
* OpenAPI for Lethean Blockchain
|
||
|
|
*
|
||
|
|
* The version of the OpenAPI document: 6.0.1
|
||
|
|
* @generated Generated by: https://openapi-generator.tech
|
||
|
|
* Generator version: 7.16.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 OpenAPI\Client\Test\Model;
|
||
|
|
|
||
|
|
use PHPUnit\Framework\TestCase;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* VersionModelTest Class Doc Comment
|
||
|
|
*
|
||
|
|
* @description VersionModel
|
||
|
|
* @package OpenAPI\Client
|
||
|
|
* @author OpenAPI Generator team
|
||
|
|
* @link https://openapi-generator.tech
|
||
|
|
*/
|
||
|
|
class VersionModelTest 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 "VersionModel"
|
||
|
|
*/
|
||
|
|
public function testVersionModel()
|
||
|
|
{
|
||
|
|
// TODO: implement
|
||
|
|
self::markTestIncomplete('Not implemented');
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Test attribute "version"
|
||
|
|
*/
|
||
|
|
public function testPropertyVersion()
|
||
|
|
{
|
||
|
|
// TODO: implement
|
||
|
|
self::markTestIncomplete('Not implemented');
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Test attribute "version_long"
|
||
|
|
*/
|
||
|
|
public function testPropertyVersionLong()
|
||
|
|
{
|
||
|
|
// TODO: implement
|
||
|
|
self::markTestIncomplete('Not implemented');
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Test attribute "major"
|
||
|
|
*/
|
||
|
|
public function testPropertyMajor()
|
||
|
|
{
|
||
|
|
// TODO: implement
|
||
|
|
self::markTestIncomplete('Not implemented');
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Test attribute "minor"
|
||
|
|
*/
|
||
|
|
public function testPropertyMinor()
|
||
|
|
{
|
||
|
|
// TODO: implement
|
||
|
|
self::markTestIncomplete('Not implemented');
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Test attribute "revision"
|
||
|
|
*/
|
||
|
|
public function testPropertyRevision()
|
||
|
|
{
|
||
|
|
// TODO: implement
|
||
|
|
self::markTestIncomplete('Not implemented');
|
||
|
|
}
|
||
|
|
}
|