]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - doc/md/Unit-tests.md
Properly handle 404 errors
[github/shaarli/Shaarli.git] / doc / md / Unit-tests.md
index c45f957d56093b466c798534703ab4de81f6358a..a9544656c1012dec098fd1f0b13381446261c52d 100644 (file)
@@ -15,7 +15,6 @@ You can either use:
 ```bash
 $ cd /path/to/shaarli
 $ composer install
-$ composer update
 ```
 
 ### Install Xdebug
@@ -24,13 +23,13 @@ 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
 ```
 
-Then add the following line to `/etc/php/php.ini`:
+Then add the following line to `/etc/php/<PHP_VERSION>/cli/php.ini`:
 
 ```ini
 zend_extension=xdebug.so