From 3caa6d04603c87ad1e06df8f3c2f29c96bfa0928 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Dadashi Date: Sat, 30 Apr 2022 01:44:22 +0330 Subject: [PATCH] Explain about the activation coverage that is required to run the unit test --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 80f9439d1e6d..04c78995ea52 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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