Skip to content

Commit 43b4ac6

Browse files
committed
Change XDebug to Xdebug
1 parent 034a8e8 commit 43b4ac6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ If running under macOS or Linux, you can create a symbolic link to make running
2828
ln -s ./vendor/bin/phpunit ./phpunit
2929
```
3030

31-
You also need to install [XDebug](https://xdebug.org/docs/install) in order
32-
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.
31+
You also need to install [Xdebug](https://xdebug.org/docs/install) in order
32+
for code coverage to be calculated successfully. After installing `Xdebug`, you must
33+
add `xdebug.mode=coverage` in the **php.ini** file to enable code coverage.
3334

3435
## Setting Up
3536

0 commit comments

Comments
 (0)