feat(php-nextgen-client): add support for streaming (#19192)

Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
This commit is contained in:
Emilien Escalle
2024-07-31 11:32:10 +02:00
committed by GitHub
parent 4874a0bce7
commit 7f551bb9a0
91 changed files with 21287 additions and 171 deletions

View File

@@ -0,0 +1,192 @@
<?php
/**
* QueryApiTest
* PHP version 8.1
*
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* Echo Server API
*
* Echo Server API
*
* The version of the OpenAPI document: 0.1.0
* Contact: team@openapitools.org
* @generated Generated by: https://openapi-generator.tech
* Generator version: 7.8.0-SNAPSHOT
*/
/**
* 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 OpenAPI\Client\Test\Api;
use OpenAPI\Client\Configuration;
use OpenAPI\Client\ApiException;
use OpenAPI\Client\ObjectSerializer;
use PHPUnit\Framework\TestCase;
/**
* QueryApiTest Class Doc Comment
*
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
class QueryApiTest 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 testEnumRefString
*
* Test query parameter(s).
*
*/
public function testTestEnumRefString()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test case for testQueryDatetimeDateString
*
* Test query parameter(s).
*
*/
public function testTestQueryDatetimeDateString()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test case for testQueryIntegerBooleanString
*
* Test query parameter(s).
*
*/
public function testTestQueryIntegerBooleanString()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test case for testQueryStyleDeepObjectExplodeTrueObject
*
* Test query parameter(s).
*
*/
public function testTestQueryStyleDeepObjectExplodeTrueObject()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test case for testQueryStyleDeepObjectExplodeTrueObjectAllOf
*
* Test query parameter(s).
*
*/
public function testTestQueryStyleDeepObjectExplodeTrueObjectAllOf()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test case for testQueryStyleFormExplodeFalseArrayInteger
*
* Test query parameter(s).
*
*/
public function testTestQueryStyleFormExplodeFalseArrayInteger()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test case for testQueryStyleFormExplodeFalseArrayString
*
* Test query parameter(s).
*
*/
public function testTestQueryStyleFormExplodeFalseArrayString()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test case for testQueryStyleFormExplodeTrueArrayString
*
* Test query parameter(s).
*
*/
public function testTestQueryStyleFormExplodeTrueArrayString()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test case for testQueryStyleFormExplodeTrueObject
*
* Test query parameter(s).
*
*/
public function testTestQueryStyleFormExplodeTrueObject()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test case for testQueryStyleFormExplodeTrueObjectAllOf
*
* Test query parameter(s).
*
*/
public function testTestQueryStyleFormExplodeTrueObjectAllOf()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
}