Skip to content

Commit

Permalink
MSI: Update phpunit.xml.dist for api functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeriy Nayda committed Nov 9, 2017
1 parent 1ea3d1c commit f6b11f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/tests/api-functional/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<directory suffix="Test.php">testsuite</directory>
<directory suffix="Test.php">../../../app/code/*/*/Test/Api</directory>
</testsuite>
<testsuite name="msi">
<directory suffix="Test.php">../../../app/code/*/*/Test/Api</directory>
</testsuite>
</testsuites>

<!-- Code coverage filters -->
Expand Down

0 comments on commit f6b11f0

Please sign in to comment.