Skip to content

Commit afedd3f

Browse files
committed
update php samples
1 parent 399547c commit afedd3f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

samples/client/echo_api/php-nextgen-streaming/phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<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">
33
<coverage processUncoveredFiles="true">
44
<include>
5-
<directory suffix=".php">./src\/Api</directory>
6-
<directory suffix=".php">./src\/Model</directory>
5+
<directory suffix=".php">./src/Api</directory>
6+
<directory suffix=".php">./src/Model</directory>
77
</include>
88
</coverage>
99
<testsuites>

samples/client/echo_api/php-nextgen/phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<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">
33
<coverage processUncoveredFiles="true">
44
<include>
5-
<directory suffix=".php">./src\/Api</directory>
6-
<directory suffix=".php">./src\/Model</directory>
5+
<directory suffix=".php">./src/Api</directory>
6+
<directory suffix=".php">./src/Model</directory>
77
</include>
88
</coverage>
99
<testsuites>

samples/client/petstore/php-nextgen/OpenAPIClient-php/phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<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">
33
<coverage processUncoveredFiles="true">
44
<include>
5-
<directory suffix=".php">./src\/Api</directory>
6-
<directory suffix=".php">./src\/Model</directory>
5+
<directory suffix=".php">./src/Api</directory>
6+
<directory suffix=".php">./src/Model</directory>
77
</include>
88
</coverage>
99
<testsuites>

0 commit comments

Comments
 (0)