We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf414b commit fb2361dCopy full SHA for fb2361d
phpunit.xml.dist
@@ -25,4 +25,10 @@
25
<directory suffix="Integration.php">tests/v2_0/Api/*</directory>
26
</testsuite>
27
28
+ <testsuite name="PHP_Client_Unit_Test_2_1">
29
+ <directory suffix="Integration.php">tests/Common/Api/*</directory>
30
+ <directory suffix="Integration.php">tests/v2_0/Api/*</directory>
31
+ <directory suffix="Integration.php">tests/v2_1/Api/*</directory>
32
+ </testsuite>
33
+
34
</phpunit>
0 commit comments