From: nodiscc Date: Sun, 19 Jan 2020 12:49:48 +0000 (+0100) Subject: doc: fix reference to old version of php-xdebug package X-Git-Tag: v0.12.0-beta~11^2~5 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=3b04d19a6265b43d8593d53b682072643f12853a;p=github%2Fshaarli%2FShaarli.git doc: fix reference to old version of php-xdebug package --- 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 ```bash # for Debian-based distributions -$ aptitude install php5-xdebug +$ aptitude install php-xdebug # for ArchLinux: $ pacman -S xdebug