From 871b9ab5b65e4eab409edfa80c57ed3f0ffddada Mon Sep 17 00:00:00 2001 From: William Cheng Date: Sat, 25 Sep 2021 13:58:27 +0800 Subject: [PATCH] update phpunit xml to newer format (#10470) --- .../main/resources/php/phpunit.xml.mustache | 37 ++++++++----------- .../php/OpenAPIClient-php/phpunit.xml.dist | 37 ++++++++----------- 2 files changed, 32 insertions(+), 42 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/php/phpunit.xml.mustache b/modules/openapi-generator/src/main/resources/php/phpunit.xml.mustache index 66b2c40c983..b72fb7c6e77 100644 --- a/modules/openapi-generator/src/main/resources/php/phpunit.xml.mustache +++ b/modules/openapi-generator/src/main/resources/php/phpunit.xml.mustache @@ -1,23 +1,18 @@ - - - - {{apiTestPath}} - {{modelTestPath}} - - - - - {{apiSrcPath}} - {{modelSrcPath}} - - - - - + + + + {{apiSrcPath}} + {{modelSrcPath}} + + + + + {{apiTestPath}} + {{modelTestPath}} + + + + + diff --git a/samples/client/petstore/php/OpenAPIClient-php/phpunit.xml.dist b/samples/client/petstore/php/OpenAPIClient-php/phpunit.xml.dist index 3dd90bbe32c..485899aaf21 100644 --- a/samples/client/petstore/php/OpenAPIClient-php/phpunit.xml.dist +++ b/samples/client/petstore/php/OpenAPIClient-php/phpunit.xml.dist @@ -1,23 +1,18 @@ - - - - ./test/Api - ./test/Model - - - - - ./lib/Api - ./lib/Model - - - - - + + + + ./lib/Api + ./lib/Model + + + + + ./test/Api + ./test/Model + + + + +