]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - doc/md/Unit-tests.md
doc: fix reference to old version of php-xdebug package
[github/shaarli/Shaarli.git] / doc / md / Unit-tests.md
index c45f957d56093b466c798534703ab4de81f6358a..7eebf18e1dc4dcd863d051f1d2cc01d566172ded 100644 (file)
@@ -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