Skip to content
Snippets Groups Projects

Correct how Xdebug is loaded

Merged Erick Hitter requested to merge fix/xdebug into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading