]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
doc: fix reference to old version of php-xdebug package
authornodiscc <nodiscc@gmail.com>
Sun, 19 Jan 2020 12:49:48 +0000 (13:49 +0100)
committernodiscc <nodiscc@gmail.com>
Sun, 19 Jan 2020 12:49:48 +0000 (13:49 +0100)
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