aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/md/Unit-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/Unit-tests.md b/doc/md/Unit-tests.md
index 7eebf18e..91fd0526 100644
--- a/doc/md/Unit-tests.md
+++ b/doc/md/Unit-tests.md
@@ -30,7 +30,7 @@ $ aptitude install php-xdebug
30$ pacman -S xdebug 30$ pacman -S xdebug
31``` 31```
32 32
33Then add the following line to `/etc/php/php.ini`: 33Then add the following line to `/etc/php/<PHP_VERSION>/cli/php.ini`:
34 34
35```ini 35```ini
36zend_extension=xdebug.so 36zend_extension=xdebug.so