Skip to content

Commit

Permalink
Better tests for php-nextgen (#16569)
Browse files Browse the repository at this point in the history
* better tests for php nextgen

* add new files
  • Loading branch information
wing328 authored Sep 13, 2023
1 parent 781ccae commit 4260c7a
Show file tree
Hide file tree
Showing 70 changed files with 18,854 additions and 1 deletion.
6 changes: 6 additions & 0 deletions bin/configs/php-nextgen-echo-api.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
generatorName: php-nextgen
outputDir: samples/client/echo_api/php-nextgen
inputSpec: modules/openapi-generator/src/test/resources/3_0/echo_api.yaml
templateDir: modules/openapi-generator/src/main/resources/php-nextgen
additionalProperties:
hideGenerationTimestamp: "true"
2 changes: 1 addition & 1 deletion bin/configs/php-nextgen.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
generatorName: php-nextgen
outputDir: samples/client/petstore/php-nextgen/OpenAPIClient-php
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
inputSpec: modules/openapi-generator/src/test/resources/3_0/php-nextgen/petstore-with-fake-endpoints-models-for-testing.yaml
templateDir: modules/openapi-generator/src/main/resources/php-nextgen
Loading

0 comments on commit 4260c7a

Please sign in to comment.