Skip to content

Commit 3caa6d0

Browse files
committed
Explain about the activation coverage that is required to run the unit test
1 parent 88e71c9 commit 3caa6d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If running under OS X or Linux, you can create a symbolic link to make running t
1919
> ln -s ./vendor/bin/phpunit ./phpunit
2020

2121
You also need to install [XDebug](https://xdebug.org/docs/install) in order
22-
for code coverage to be calculated successfully.
22+
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.
2323

2424
## Setting Up
2525

0 commit comments

Comments
 (0)