diff options
-rw-r--r-- | doc/md/Unit-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/Unit-tests.md b/doc/md/Unit-tests.md index c45f957d..7eebf18e 100644 --- a/doc/md/Unit-tests.md +++ b/doc/md/Unit-tests.md | |||
@@ -24,7 +24,7 @@ Xdebug must be installed and enable for PHPUnit to generate coverage reports. Se | |||
24 | 24 | ||
25 | ```bash | 25 | ```bash |
26 | # for Debian-based distributions | 26 | # for Debian-based distributions |
27 | $ aptitude install php5-xdebug | 27 | $ aptitude install php-xdebug |
28 | 28 | ||
29 | # for ArchLinux: | 29 | # for ArchLinux: |
30 | $ pacman -S xdebug | 30 | $ pacman -S xdebug |