Skip to content
Snippets Groups Projects
Commit 03f92ae7 authored by Erick Hitter's avatar Erick Hitter
Browse files

Correct how Xdebug is loaded

parent 7cec1a9e
Branches
No related tags found
1 merge request!20Correct how Xdebug is loaded
......@@ -16,5 +16,5 @@ before_script:
- composer global require yoast/phpunit-polyfills
# Enable Xdebug for coverage reports
- echo "extension=xdebug.so" > /usr/local/etc/php/conf.d/xdebug.ini
- echo "zend_extension=xdebug.so" > /usr/local/etc/php/conf.d/xdebug.ini
- echo "xdebug.mode=coverage" >> /usr/local/etc/php/conf.d/xdebug.ini
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment