Skip to content

Commit

Permalink
設定 xdebug 的 mode 為 coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
CQD committed Jan 10, 2021
1 parent f3ee44b commit 39dd55d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e-test/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
processIsolation="false"
stopOnFailure="false"
stderr="true">
<php>
<ini name="xdebug.mode" value="coverage" />
<env name="XDEBUG_MODE" value="coverage" />
</php>
<testsuites>
<testsuite name="Application Test Suite">
<directory>./</directory>
Expand Down

0 comments on commit 39dd55d

Please sign in to comment.