X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2Fmd%2FUnit-tests.md;h=a9544656c1012dec098fd1f0b13381446261c52d;hb=6128ab6a55430a2b705be31ff417c0c552a0db1f;hp=7eebf18e1dc4dcd863d051f1d2cc01d566172ded;hpb=3b04d19a6265b43d8593d53b682072643f12853a;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/md/Unit-tests.md b/doc/md/Unit-tests.md index 7eebf18e..a9544656 100644 --- a/doc/md/Unit-tests.md +++ b/doc/md/Unit-tests.md @@ -15,7 +15,6 @@ You can either use: ```bash $ cd /path/to/shaarli $ composer install -$ composer update ``` ### Install Xdebug @@ -30,7 +29,7 @@ $ aptitude install php-xdebug $ pacman -S xdebug ``` -Then add the following line to `/etc/php/php.ini`: +Then add the following line to `/etc/php//cli/php.ini`: ```ini zend_extension=xdebug.so