forked from loafle/openapi-generator-original
add vendor extenstion x-spring-provide-args
This commit is contained in:
@@ -23,13 +23,13 @@ docs/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
|
||||
docs/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
|
||||
git_push.sh
|
||||
phpunit.xml.dist
|
||||
src/ApiException.php
|
||||
src/Api/AuthApi.php
|
||||
src/Api/BodyApi.php
|
||||
src/Api/FormApi.php
|
||||
src/Api/HeaderApi.php
|
||||
src/Api/PathApi.php
|
||||
src/Api/QueryApi.php
|
||||
src/ApiException.php
|
||||
src/Configuration.php
|
||||
src/HeaderSelector.php
|
||||
src/Model/Bird.php
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="./vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
|
||||
<coverage processUncoveredFiles="true">
|
||||
<include>
|
||||
<directory suffix=".php">./src/Api</directory>
|
||||
<directory suffix=".php">./src/Model</directory>
|
||||
<directory suffix=".php">./src\/Api</directory>
|
||||
<directory suffix=".php">./src\/Model</directory>
|
||||
</include>
|
||||
</coverage>
|
||||
<testsuites>
|
||||
|
||||
Reference in New Issue
Block a user