Skip to content

Commit

Permalink
Merge pull request #5928 from datamweb/CodeCoverageEnable
Browse files Browse the repository at this point in the history
docs: enable code coverage.
  • Loading branch information
kenjis authored May 2, 2022
2 parents ba6fddc + 3caa6d0 commit 29abf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If running under OS X or Linux, you can create a symbolic link to make running t
> ln -s ./vendor/bin/phpunit ./phpunit

You also need to install [XDebug](https://xdebug.org/docs/install) in order
for code coverage to be calculated successfully.
for code coverage to be calculated successfully. After installing `XDebug`, you must add `xdebug.mode=coverage` in the **php.ini** file to enable code coverage.

## Setting Up

Expand Down

0 comments on commit 29abf4b

Please sign in to comment.