mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-04 11:26:09 +00:00
Better tests for php-nextgen (#16569)
* better tests for php nextgen * add new files
This commit is contained in:
10
samples/client/echo_api/php-nextgen/docs/Model/Bird.md
Normal file
10
samples/client/echo_api/php-nextgen/docs/Model/Bird.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# # Bird
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**size** | **string** | | [optional]
|
||||
**color** | **string** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
10
samples/client/echo_api/php-nextgen/docs/Model/Category.md
Normal file
10
samples/client/echo_api/php-nextgen/docs/Model/Category.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# # Category
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **int** | | [optional]
|
||||
**name** | **string** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
11
samples/client/echo_api/php-nextgen/docs/Model/DataQuery.md
Normal file
11
samples/client/echo_api/php-nextgen/docs/Model/DataQuery.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# # DataQuery
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**suffix** | **string** | test suffix | [optional]
|
||||
**text** | **string** | Some text containing white spaces | [optional]
|
||||
**date** | **\DateTime** | A date | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
@@ -0,0 +1,16 @@
|
||||
# # DefaultValue
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**array_string_enum_ref_default** | [**\OpenAPI\Client\Model\StringEnumRef[]**](StringEnumRef.md) | | [optional]
|
||||
**array_string_enum_default** | **string[]** | | [optional]
|
||||
**array_string_default** | **string[]** | | [optional]
|
||||
**array_integer_default** | **int[]** | | [optional]
|
||||
**array_string** | **string[]** | | [optional]
|
||||
**array_string_nullable** | **string[]** | | [optional]
|
||||
**array_string_extension_nullable** | **string[]** | | [optional]
|
||||
**string_nullable** | **string** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
@@ -0,0 +1,11 @@
|
||||
# # NumberPropertiesOnly
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**number** | **float** | | [optional]
|
||||
**float** | **float** | | [optional]
|
||||
**double** | **float** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
14
samples/client/echo_api/php-nextgen/docs/Model/Pet.md
Normal file
14
samples/client/echo_api/php-nextgen/docs/Model/Pet.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# # Pet
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **int** | | [optional]
|
||||
**name** | **string** | |
|
||||
**category** | [**\OpenAPI\Client\Model\Category**](Category.md) | | [optional]
|
||||
**photo_urls** | **string[]** | |
|
||||
**tags** | [**\OpenAPI\Client\Model\Tag[]**](Tag.md) | | [optional]
|
||||
**status** | **string** | pet status in the store | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
10
samples/client/echo_api/php-nextgen/docs/Model/Query.md
Normal file
10
samples/client/echo_api/php-nextgen/docs/Model/Query.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# # Query
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **int** | Query | [optional]
|
||||
**outcomes** | **string[]** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
@@ -0,0 +1,8 @@
|
||||
# # StringEnumRef
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
10
samples/client/echo_api/php-nextgen/docs/Model/Tag.md
Normal file
10
samples/client/echo_api/php-nextgen/docs/Model/Tag.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# # Tag
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **int** | | [optional]
|
||||
**name** | **string** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
@@ -0,0 +1,12 @@
|
||||
# # TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**size** | **string** | | [optional]
|
||||
**color** | **string** | | [optional]
|
||||
**id** | **int** | | [optional]
|
||||
**name** | **string** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
@@ -0,0 +1,9 @@
|
||||
# # TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**values** | **string[]** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
Reference in New Issue
Block a user