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 9531d71 commit 30b3848Copy full SHA for 30b3848
Jenkinsfile
phpunit.xml.dist
@@ -15,12 +15,12 @@
15
<directory suffix="Integration.php">tests/</directory>
16
</testsuite>
17
18
- <testsuite name="PHP_Client_Unit_Test_1_7">
+ <testsuite name="PHP_Client_Test_1_7">
19
<directory suffix="Integration.php">tests/Common/Api/*</directory>
20
<directory suffix="Integration.php">tests/v1_7/Api/*</directory>
21
22
23
- <testsuite name="PHP_Client_Unit_Test_2_0">
+ <testsuite name="PHP_Client_Test_2_0">
24
25
<directory suffix="Integration.php">tests/v2_0/Api/*</directory>
26
0 commit comments