diff options
author | nodiscc <nodiscc@gmail.com> | 2020-01-19 13:49:48 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2020-01-19 13:49:48 +0100 |
commit | 3b04d19a6265b43d8593d53b682072643f12853a (patch) | |
tree | f215c56047ff865a040e7acbfa56586d8cafa307 /doc/md/Unit-tests.md | |
parent | 54ab5636e3a4f496ed96178470f50dec6c6196b2 (diff) | |
download | Shaarli-3b04d19a6265b43d8593d53b682072643f12853a.tar.gz Shaarli-3b04d19a6265b43d8593d53b682072643f12853a.tar.zst Shaarli-3b04d19a6265b43d8593d53b682072643f12853a.zip |
doc: fix reference to old version of php-xdebug package
Diffstat (limited to 'doc/md/Unit-tests.md')
-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 |