diff --git a/modules/openapi-generator/src/main/resources/php-slim4-server/phpunit.xml.mustache b/modules/openapi-generator/src/main/resources/php-slim4-server/phpunit.xml.mustache index c8e5d27ca2a7..026da14ad2e7 100644 --- a/modules/openapi-generator/src/main/resources/php-slim4-server/phpunit.xml.mustache +++ b/modules/openapi-generator/src/main/resources/php-slim4-server/phpunit.xml.mustache @@ -1,32 +1,22 @@ - - - - {{apiTestPath}} - - - ./{{testBasePath}}/BaseModelTest.php - {{modelTestPath}} - - - - - {{apiSrcPath}} - ./{{srcBasePath}}/BaseModel.php - {{modelSrcPath}} - - - - - + + + + {{apiSrcPath}} + ./{{srcBasePath}}/BaseModel.php + {{modelSrcPath}} + + + + + {{apiTestPath}} + + + ./{{testBasePath}}/BaseModelTest.php + {{modelTestPath}} + + + + + diff --git a/samples/server/petstore/php-slim4/phpunit.xml.dist b/samples/server/petstore/php-slim4/phpunit.xml.dist index 1e245113f4b1..d5f76a3c6422 100644 --- a/samples/server/petstore/php-slim4/phpunit.xml.dist +++ b/samples/server/petstore/php-slim4/phpunit.xml.dist @@ -1,32 +1,22 @@ - - - - ./tests/Api - - - ./tests/BaseModelTest.php - ./tests/Model - - - - - ./lib/Api - ./lib/BaseModel.php - ./lib/Model - - - - - + + + + ./lib/Api + ./lib/BaseModel.php + ./lib/Model + + + + + ./tests/Api + + + ./tests/BaseModelTest.php + ./tests/Model + + + + +