Skip to content

Commit fb2361d

Browse files
committed
API-562 adaptations to run integration tests on a v2.1 PIM
1 parent 7bf414b commit fb2361d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phpunit.xml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,10 @@
2525
<directory suffix="Integration.php">tests/v2_0/Api/*</directory>
2626
</testsuite>
2727

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+
2834
</phpunit>

0 commit comments

Comments
 (0)