Skip to content

Commit

Permalink
temporary change to phpinit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Meezaan-ud-Din committed Jan 18, 2019
1 parent 1ec5e94 commit 12f3ae0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="UnitTests">
<directory>tests/Unit</directory>
</testsuite>
<testsuite name="ApiTests">
<directory>tests/Api</directory>
</testsuite>
</testsuites>
<!--<testsuites>-->
<!--<testsuite name="UnitTests">-->
<!--<directory>tests/Unit</directory>-->
<!--</testsuite>-->
<!--<testsuite name="ApiTests">-->
<!--<directory>tests/Api</directory>-->
<!--</testsuite>-->
<!--</testsuites>-->
<logging>
<log type="coverage-clover" target="clover.xml"/>
</logging>
Expand Down

0 comments on commit 12f3ae0

Please sign in to comment.