forked from loafle/openapi-generator-original
update petstore samples
This commit is contained in:
parent
1d53ed5095
commit
7c9d40016f
@ -11,16 +11,16 @@
|
|||||||
>
|
>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Apis">
|
<testsuite name="Apis">
|
||||||
<directory>.\test\Api</directory>
|
<directory>./test/Api</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="Models">
|
<testsuite name="Models">
|
||||||
<directory>.\test\Model</directory>
|
<directory>./test/Model</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
<filter>
|
<filter>
|
||||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||||
<directory suffix=".php">.\lib\Api</directory>
|
<directory suffix=".php">./lib/Api</directory>
|
||||||
<directory suffix=".php">.\lib\Model</directory>
|
<directory suffix=".php">./lib/Model</directory>
|
||||||
</whitelist>
|
</whitelist>
|
||||||
</filter>
|
</filter>
|
||||||
</phpunit>
|
</phpunit>
|
Loading…
x
Reference in New Issue
Block a user