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

Merge branch 'fix/xdebug' into 'main'

Correct how Xdebug is loaded

See merge request !20
parents 7cec1a9e 03f92ae7
No related branches found
No related tags found
1 merge request!20Correct how Xdebug is loaded
...@@ -16,5 +16,5 @@ before_script: ...@@ -16,5 +16,5 @@ before_script:
- composer global require yoast/phpunit-polyfills - composer global require yoast/phpunit-polyfills
# Enable Xdebug for coverage reports # 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 - 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