X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2Fmd%2FUnit-tests.md;h=7eebf18e1dc4dcd863d051f1d2cc01d566172ded;hb=3b04d19a6265b43d8593d53b682072643f12853a;hp=c45f957d56093b466c798534703ab4de81f6358a;hpb=54ab5636e3a4f496ed96178470f50dec6c6196b2;p=github%2Fshaarli%2FShaarli.git 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