diff options
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 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 | ||
33 | Then add the following line to `/etc/php/php.ini`: | 33 | Then add the following line to `/etc/php/<PHP_VERSION>/cli/php.ini`: |
34 | 34 | ||
35 | ```ini | 35 | ```ini |
36 | zend_extension=xdebug.so | 36 | zend_extension=xdebug.so |